19 lines
311 B
JSON
Executable File
19 lines
311 B
JSON
Executable File
{
|
|
"language": {
|
|
"javascript": {
|
|
"linting.prefer": "JSHint",
|
|
"linting.usePreferredOnly": true
|
|
}
|
|
},
|
|
"jwolfe.file-tree-exclude.list": [
|
|
"node_modules",
|
|
"bower_components",
|
|
".git",
|
|
"dist",
|
|
"vendor",
|
|
"deploy",
|
|
".hg",
|
|
"build"
|
|
]
|
|
}
|