added .hintrc and moved .babelrc to jsonc grammar

This commit is contained in:
Donald Pipowitch 2018-11-26 07:57:55 +01:00 committed by GitHub
parent f473dc4763
commit ee5153ffde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"