Force eslintrc to use jsonc language

This commit is contained in:
Daniel Imms
2023-08-23 16:29:38 -07:00
parent 3aa31111de
commit 9be0b6d918
+3
View File
@@ -1,4 +1,7 @@
{
"files.associations": {
".eslintrc.json.typings": "jsonc"
},
"typescript.preferences.importModuleSpecifier": "non-relative",
"typescript.preferences.quoteStyle": "single",
"mochaExplorer.envPath": ".mocha.env",