6 lines
148 B
JSON
6 lines
148 B
JSON
|
{
|
||
|
"eslint.enable": true,
|
||
|
"editor.formatOnSave": true,
|
||
|
"prettier.eslintIntegration": true,
|
||
|
"eslint.validate": ["typescript", "typescriptreact"]
|
||
|
}
|