mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 12:03:25 -04:00
(vsc) automatically fix lints on save
This commit is contained in:
parent
8e1a40d74f
commit
9543c86975
3
.gitignore
vendored
3
.gitignore
vendored
@ -117,5 +117,4 @@ sw.*
|
||||
# Vim swap files
|
||||
*.swp
|
||||
|
||||
/.vscode
|
||||
.editorconfig
|
||||
.editorconfig
|
||||
|
11
.vscode/settings.json
vendored
Normal file
11
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"editor.formatOnSave": false,
|
||||
"editor.formatOnPaste": false,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": true
|
||||
},
|
||||
"eslint.validate": ["javascript", "json", "jsonc", "yaml"],
|
||||
"files.associations": {
|
||||
"*.suml": "yaml"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user