linuxwindowsinboxwhatsappicloudtweetdeckhipchattelegramhangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacos
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
429 B
20 lines
429 B
6 years ago
|
{
|
||
|
"eslint.enable": true,
|
||
|
"search.exclude": {
|
||
|
"**/node_modules": true,
|
||
|
"**/bower_components": true,
|
||
|
"ext": true,
|
||
|
"**/.sencha": true,
|
||
|
"**/*.jsonp": true,
|
||
|
"**/sencha-error-*.log": true
|
||
|
},
|
||
|
"es6-css-minify.css": {
|
||
|
"level": 2
|
||
|
},
|
||
|
"es6-css-minify.js": {
|
||
|
"output": {
|
||
|
"ecma": 6
|
||
|
}
|
||
|
},
|
||
|
"es6-css-minify.minifyOnSave": "exists",
|
||
|
}
|