mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
added .hintrc and moved .babelrc to jsonc grammar
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
".jshintrc",
|
||||
".jscsrc",
|
||||
".eslintrc",
|
||||
".babelrc",
|
||||
".webmanifest",
|
||||
".js.map",
|
||||
".css.map"
|
||||
@@ -45,6 +44,8 @@
|
||||
"JSON with Comments"
|
||||
],
|
||||
"extensions": [
|
||||
".hintrc",
|
||||
".babelrc",
|
||||
".jsonc"
|
||||
],
|
||||
"configuration": "./language-configuration.json"
|
||||
|
||||
Reference in New Issue
Block a user