mirror of
https://github.com/araxiaonline/wow-client-patcher.git
synced 2026-06-13 03:12:24 -04:00
38 lines
746 B
JSON
38 lines
746 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
|
|
},
|
|
"Lua.diagnostics.globals": [
|
|
"SlashCmdList",
|
|
"message",
|
|
"ReloadUI",
|
|
"WorldFrame",
|
|
"ChatFrame1"
|
|
]
|
|
}
|