mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-14 07:39:29 -07:00
26 lines
493 B
JSON
26 lines
493 B
JSON
{
|
|
"cSpell.enableFiletypes": [
|
|
"javascript"
|
|
],
|
|
"liveSassCompile.settings.formats": [
|
|
{
|
|
"format": "compressed",
|
|
"extensionName": ".css",
|
|
"savePath": "/server/styles",
|
|
}
|
|
],
|
|
"search.exclude": {
|
|
"**/node_modules": true,
|
|
"**/bower_components": true,
|
|
"**/*.code-search": true,
|
|
"**/compiled.css": true,
|
|
"**/*.min.js": true,
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"eslint.validate": [
|
|
"javascript"
|
|
]
|
|
} |