Skip to content

Commit

Permalink
fix: eslint jsonc and prettier plugin conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
rintaun committed Oct 2, 2021
1 parent e7941d4 commit 0836c78
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,7 @@ module.exports = {
},
{
files: '**/*.json{,c,5}',
extends: ['plugin:jsonc/auto-config'],
rules: {
'jsonc/indent': 'off',
},
extends: ['plugin:jsonc/auto-config', 'plugin:jsonc/prettier'],
},
],
}

0 comments on commit 0836c78

Please sign in to comment.