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