mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
(vsc) automatically fix lints on save
This commit is contained in:
parent
8e1a40d74f
commit
9543c86975
1
.gitignore
vendored
1
.gitignore
vendored
@ -117,5 +117,4 @@ sw.*
|
|||||||
# Vim swap files
|
# Vim swap files
|
||||||
*.swp
|
*.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