mirror of https://github.com/msgbyte/tailchat
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
626 B
JSON
31 lines
626 B
JSON
{
|
|
"files.associations": {
|
|
".eslintrc": "jsonc",
|
|
".prettierrc": "jsonc",
|
|
".eslintignore": "ignore"
|
|
},
|
|
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"html",
|
|
"typescriptreact"
|
|
],
|
|
|
|
"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
|
|
}
|
|
}
|