file extensins: put primary first. For #102100

This commit is contained in:
Martin Aeschlimann
2020-07-11 17:36:15 +02:00
parent 71c7660d20
commit 4c99db1a05
4 changed files with 8 additions and 8 deletions

View File

@@ -48,14 +48,14 @@
"JSON with Comments"
],
"extensions": [
".hintrc",
".babelrc",
".jsonc",
".eslintrc",
".eslintrc.json",
".jsfmtrc",
".jshintrc",
".swcrc"
".swcrc",
".hintrc",
".babelrc"
],
"configuration": "./language-configuration.json"
}