generated from nhcarrigan/template
14 lines
192 B
JSON
14 lines
192 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"eslint.validate": [
|
|
"typescript"
|
|
],
|
|
"cSpell.words": [
|
|
],
|
|
"cSpell.dictionaryDefinitions": [
|
|
|
|
],
|
|
}
|