chore: updated autofix settings

This commit is contained in:
dannyrb 2020-02-21 16:08:15 -05:00
parent 06075ecb51
commit c0cc9752c6

View File

@ -28,5 +28,8 @@
], ],
"prettier.disableLanguages": ["html"], "prettier.disableLanguages": ["html"],
"prettier.endOfLine": "lf", "prettier.endOfLine": "lf",
"workbench.colorCustomizations": {} "workbench.colorCustomizations": {},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
} }