mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* chore(tslint): fix tslint config & errors * chore(tslint): enable double quotes, whitespace, and arrow-return-shorthand rules and fix errors
11 lines
310 B
JSON
11 lines
310 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
"search.exclude": {
|
|
"**/node_modules": true,
|
|
"**/bower_components": true,
|
|
"**/platforms": true,
|
|
"**/*.js": true,
|
|
"**/*.js.map": true
|
|
},
|
|
"tslint.configFile": "./build/tslint.json"
|
|
} |