|
|
@ -60,17 +60,23 @@ |
|
|
|
"path-intellisense.mappings": { |
|
|
|
"path-intellisense.mappings": { |
|
|
|
"@/": "${workspaceRoot}/src" |
|
|
|
"@/": "${workspaceRoot}/src" |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
"eslint.experimental.useFlatConfig": true, |
|
|
|
"prettier.enable": false, |
|
|
|
"prettier.enable": false, |
|
|
|
"editor.formatOnSave": false, |
|
|
|
"editor.formatOnSave": false, |
|
|
|
"editor.codeActionsOnSave": { |
|
|
|
"editor.codeActionsOnSave": { |
|
|
|
"source.fixAll.eslint": true, |
|
|
|
"source.fixAll": "explicit", |
|
|
|
"source.organizeImports": false |
|
|
|
"source.organizeImports": "never" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"eslint.rules.customizations": [ |
|
|
|
"eslint.rules.customizations": [ |
|
|
|
{ |
|
|
|
{ "rule": "style/*", "severity": "off" }, |
|
|
|
"rule": "@stylistic/*", |
|
|
|
{ "rule": "*-indent", "severity": "off" }, |
|
|
|
"severity": "off" |
|
|
|
{ "rule": "*-spacing", "severity": "off" }, |
|
|
|
} |
|
|
|
{ "rule": "*-spaces", "severity": "off" }, |
|
|
|
|
|
|
|
{ "rule": "*-order", "severity": "off" }, |
|
|
|
|
|
|
|
{ "rule": "*-dangle", "severity": "off" }, |
|
|
|
|
|
|
|
{ "rule": "*-newline", "severity": "off" }, |
|
|
|
|
|
|
|
{ "rule": "*quotes", "severity": "off" }, |
|
|
|
|
|
|
|
{ "rule": "*semi", "severity": "off" } |
|
|
|
], |
|
|
|
], |
|
|
|
"eslint.validate": [ |
|
|
|
"eslint.validate": [ |
|
|
|
"javascript", |
|
|
|
"javascript", |
|
|
@ -173,7 +179,7 @@ |
|
|
|
"*.ts": "$(capture).test.ts, $(capture).test.tsx", |
|
|
|
"*.ts": "$(capture).test.ts, $(capture).test.tsx", |
|
|
|
"*.tsx": "$(capture).test.ts, $(capture).test.tsx", |
|
|
|
"*.tsx": "$(capture).test.ts, $(capture).test.tsx", |
|
|
|
"*.env": "$(capture).env.*", |
|
|
|
"*.env": "$(capture).env.*", |
|
|
|
"package.json": ".hintrc,pnpm-lock.yaml,yarn.lock,LICENSE,README*,CHANGELOG*,CNAME,.gitattributes,.gitignore,stylelint.config.js,commitlint.config.js,.stylelintignore,.prettierignore,.gitpod.yml,.eslintrc.js,.eslintignore" |
|
|
|
"package.json": ".hintrc,pnpm-lock.yaml,yarn.lock,LICENSE,README*,CHANGELOG*,CNAME,.gitattributes,.gitignore,stylelint.config.js,eslint.config.js,commitlint.config.js,.stylelintignore,.prettierignore,.gitpod.yml,.eslintrc.js,.eslintignore" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"eslint.codeAction.showDocumentation": { |
|
|
|
"eslint.codeAction.showDocumentation": { |
|
|
|
"enable": true |
|
|
|
"enable": true |
|
|
|