Use JSON with comments for .eslintrc(.json)

Fixes #73483
This commit is contained in:
Daniel Imms 2019-06-26 16:50:54 -07:00
parent 82db101613
commit 3e60627dce

View file

@ -24,7 +24,6 @@
".bowerrc",
".jshintrc",
".jscsrc",
".eslintrc",
".swcrc",
".webmanifest",
".js.map",
@ -49,7 +48,9 @@
"extensions": [
".hintrc",
".babelrc",
".jsonc"
".jsonc",
".eslintrc",
".eslintrc.json"
],
"configuration": "./language-configuration.json"
}