mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2024-11-19 01:40:29 +01:00
b6dbd23ae7
Lint bug Fix
14 lines
223 B
JSON
14 lines
223 B
JSON
{
|
|
"eslint.enable": true,
|
|
"eslint.validate": [
|
|
"typescript",
|
|
"HTML"
|
|
],
|
|
"eslint.options": {
|
|
"configFile": ".eslintrc.json"
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
}
|
|
}
|