##// END OF EJS Templates
updated build script, added eslint
updated build script, added eslint

File last commit:

r38:d3813a6cdb36 di-typescript
r63:fb1f84f91895 default
Show More
settings.json
14 lines | 390 B | application/json | JsonLexer
{
"java.configuration.updateBuildConfiguration": "disabled",
"tslint.enable": true,
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"/build": true
},
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true,
"/build": true
}
}