Skip to content

Commit 3e60627

Browse files
committed
Use JSON with comments for .eslintrc(.json)
Fixes microsoft#73483
1 parent 82db101 commit 3e60627

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

extensions/json/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
".bowerrc",
2525
".jshintrc",
2626
".jscsrc",
27-
".eslintrc",
2827
".swcrc",
2928
".webmanifest",
3029
".js.map",
@@ -49,7 +48,9 @@
4948
"extensions": [
5049
".hintrc",
5150
".babelrc",
52-
".jsonc"
51+
".jsonc",
52+
".eslintrc",
53+
".eslintrc.json"
5354
],
5455
"configuration": "./language-configuration.json"
5556
}

0 commit comments

Comments
 (0)