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/"] +}