Skip to content

Commit

Permalink
Remove json from jsonc override
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefmikey committed Dec 24, 2022
1 parent 23f9a91 commit 864f089
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@ module.exports = {
},
{
extends: ['plugin:jsonc/recommended-with-jsonc'],
files: ['*.json', '*.jsonc', '*rc'],
ignorePatterns: ['**/package.json'],
files: ['*.jsonc', '*rc'],
parser: 'jsonc-eslint-parser',
rules: {
'prettier/prettier': [1, { parser: 'json' }],
Expand Down

0 comments on commit 864f089

Please sign in to comment.