mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
31 lines
795 B
JSON
31 lines
795 B
JSON
{
|
|
"files.associations": {
|
|
".eslintrc": "jsonc",
|
|
".prettierrc": "jsonc",
|
|
".eslintignore": "ignore"
|
|
},
|
|
"typescript.tsserver.experimental.enableProjectDiagnostics": true,
|
|
"editor.tabSize": 2,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true,
|
|
"source.fixAll.stylelint": false
|
|
},
|
|
"css.validate": false,
|
|
"less.validate": false,
|
|
"scss.validate": false,
|
|
"javascript.validate.enable": false,
|
|
"javascript.format.enable": false,
|
|
"typescript.format.enable": false,
|
|
"search.exclude": {
|
|
".git": true,
|
|
".eslintcache": true,
|
|
".erb/dll": true,
|
|
"release/{build,app/dist}": true,
|
|
"node_modules": true,
|
|
"npm-debug.log.*": true,
|
|
"test/**/__snapshots__": true,
|
|
"package-lock.json": true,
|
|
"*.{css,sass,scss}.d.ts": true
|
|
}
|
|
}
|