mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
13 lines
223 B
JSON
13 lines
223 B
JSON
{
|
|
"eslint.enable": true,
|
|
"eslint.validate": [
|
|
"typescript",
|
|
"HTML"
|
|
],
|
|
"eslint.options": {
|
|
"configFile": ".eslintrc.json"
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
}
|
|
}
|