stop removing eslint comments

This commit is contained in:
Cory LaViska
2023-01-09 09:39:47 -05:00
parent e632b51eb8
commit 6af68343a7

View File

@@ -2,6 +2,6 @@
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": false
}
}