Skip to content

Commit

Permalink
feat: validate jsonc file (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed May 19, 2023
1 parent 2db56ec commit 96dd9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-basic/index.js
Expand Up @@ -59,7 +59,7 @@ module.exports = {
},
overrides: [
{
files: ['*.json', '*.json5'],
files: ['*.json', '*.json5', '*.jsonc'],
parser: 'jsonc-eslint-parser',
rules: {
'jsonc/array-bracket-spacing': ['error', 'never'],
Expand Down

0 comments on commit 96dd9a1

Please sign in to comment.