|
@@ -1,21 +1,9 @@
|
|
|
{
|
|
|
"eslint.validate": [
|
|
|
- {
|
|
|
- "language": "typescript",
|
|
|
- "autoFix": true
|
|
|
- },
|
|
|
- {
|
|
|
- "language": "typescriptreact",
|
|
|
- "autoFix": true
|
|
|
- },
|
|
|
- {
|
|
|
- "language": "javascript",
|
|
|
- "autoFix": true
|
|
|
- },
|
|
|
- {
|
|
|
- "language": "javascriptreact",
|
|
|
- "autoFix": true
|
|
|
- }
|
|
|
+ "typescript",
|
|
|
+ "typescriptreact",
|
|
|
+ "javascript",
|
|
|
+ "javascriptreact"
|
|
|
],
|
|
|
"prettier.singleQuote": true,
|
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|