Skip to content

Commit dbdf8bb

Browse files
committed
add more json file extensions microsoft#95584
1 parent edbd62b commit dbdf8bb

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

extensions/json/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@
2222
"extensions": [
2323
".json",
2424
".bowerrc",
25-
".jshintrc",
2625
".jscsrc",
27-
".swcrc",
2826
".webmanifest",
2927
".js.map",
3028
".css.map",
3129
".har",
30+
".jslintrc",
3231
".jsonld"
3332
],
3433
"filenames": [
@@ -52,7 +51,10 @@
5251
".babelrc",
5352
".jsonc",
5453
".eslintrc",
55-
".eslintrc.json"
54+
".eslintrc.json",
55+
".jsfmtrc",
56+
".jshintrc",
57+
".swcrc"
5658
],
5759
"configuration": "./language-configuration.json"
5860
}

0 commit comments

Comments
 (0)