stop removing eslint comments

pull/1123/head
Cory LaViska 2023-01-09 09:39:47 -05:00
rodzic e632b51eb8
commit 6af68343a7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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