Skip to content

Commit ee5153f

Browse files
added .hintrc and moved .babelrc to jsonc grammar
1 parent f473dc4 commit ee5153f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

extensions/json/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
".jshintrc",
2525
".jscsrc",
2626
".eslintrc",
27-
".babelrc",
2827
".webmanifest",
2928
".js.map",
3029
".css.map"
@@ -45,6 +44,8 @@
4544
"JSON with Comments"
4645
],
4746
"extensions": [
47+
".hintrc",
48+
".babelrc",
4849
".jsonc"
4950
],
5051
"configuration": "./language-configuration.json"

0 commit comments

Comments
 (0)