Skip to content

Commit 96dd9a1

Browse files
authoredMay 19, 2023
feat: validate jsonc file (#184)
1 parent 2db56ec commit 96dd9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/eslint-config-basic/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module.exports = {
5959
},
6060
overrides: [
6161
{
62-
files: ['*.json', '*.json5'],
62+
files: ['*.json', '*.json5', '*.jsonc'],
6363
parser: 'jsonc-eslint-parser',
6464
rules: {
6565
'jsonc/array-bracket-spacing': ['error', 'never'],

0 commit comments

Comments
 (0)
Please sign in to comment.