mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 05:38:08 +00:00
chore: configure VS Code fix stylistic ESLint errors on save
This commit is contained in:
parent
66d34ade0b
commit
6a9e94b0c0
1 changed files with 13 additions and 0 deletions
13
.vscode/settings.json
vendored
Normal file
13
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"editor.formatOnSave": false,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": "explicit"
|
||||
},
|
||||
"eslint.rules.customizations": [
|
||||
{
|
||||
"rule": "@stylistic/*",
|
||||
"fixable": true,
|
||||
"severity": "info"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue