15 lines
193 B
JSON
15 lines
193 B
JSON
|
{
|
||
|
"files": {
|
||
|
"ignore": ["**/node_modules", "node_modules/"]
|
||
|
},
|
||
|
"vcs": {
|
||
|
"enabled": true,
|
||
|
"clientKind": "git"
|
||
|
},
|
||
|
"javascript": {
|
||
|
"formatter": {
|
||
|
"semicolons": "asNeeded"
|
||
|
}
|
||
|
}
|
||
|
}
|