mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
11 lines
238 B
JSON
11 lines
238 B
JSON
{
|
|
"eslint.validate": ["javascript", "svelte"],
|
|
"search.exclude": {
|
|
"**/node_modules": true,
|
|
"**/bower_components": true,
|
|
"**/*.code-search": true,
|
|
"**/dist": true,
|
|
"**/build": true
|
|
},
|
|
}
|