From 2491ca84881307bbae4f67689b47730bf888bff4 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Fri, 16 Sep 2022 22:03:15 -0500 Subject: [PATCH] Reformat ESLint config --- .eslintrc.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 85201f5..d343e47 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,15 +1,15 @@ { - "env": { - "commonjs": true, - "es2021": true, - "node": true, - "jest": true - }, - "plugins": ["github"], - "extends": ["eslint:recommended", "prettier", "plugin:github/internal"], - "parserOptions": { - "ecmaVersion": 12 - }, - "rules": {}, - "ignorePatterns": ["/dist/**/*.js", "/src/fixtures/", "/src/blank-configurations/"] - } \ No newline at end of file + "env": { + "commonjs": true, + "es2021": true, + "node": true, + "jest": true + }, + "plugins": ["github"], + "extends": ["eslint:recommended", "prettier", "plugin:github/internal"], + "parserOptions": { + "ecmaVersion": 12 + }, + "rules": {}, + "ignorePatterns": ["/dist/**/*.js", "/src/fixtures/", "/src/blank-configurations/"] +}