diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-06-17 20:04:37 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-06-17 20:04:37 -0400 |
commit | 4c8c757669042d71df8d5ac7abde6e2323099139 (patch) | |
tree | 5c60a435d17429b95624303ee431ed7fb0b04117 /.vscode | |
parent | e1c613829950a534d9f45c00a033b83575be3b3c (diff) | |
download | tanzanite-4c8c757669042d71df8d5ac7abde6e2323099139.tar.gz tanzanite-4c8c757669042d71df8d5ac7abde6e2323099139.tar.bz2 tanzanite-4c8c757669042d71df8d5ac7abde6e2323099139.zip |
disable eslint actions on save
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index d2bbf71..7e7917f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -19,7 +19,7 @@ }, "editor.codeActionsOnSave": { "source.organizeImports": true, - "source.fixAll.eslint": true, + // "source.fixAll.eslint": true, "source.format": true }, "diffEditor.wordWrap": "on", |