generated from nhcarrigan/template
1f44f2ddd9
Node.js CI / Lint and Test (push) Successful in 37s
Port in some older solutions I've written just to get the structure established and in place.
7 lines
116 B
JSON
7 lines
116 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"eslint.validate": ["typescript"]
|
|
}
|