Skip to content
Snippets Groups Projects
Unverified Commit 519fe4cc authored by Adam Setch's avatar Adam Setch Committed by GitHub
Browse files

chore(ide/vscode): fix eslint issues on save (#23129)

parent 3bae7155
No related branches found
No related tags found
No related merge requests found
......@@ -20,5 +20,8 @@
"jest.jestCommandLine": "yarn jest",
"npm.packageManager": "yarn",
"prettier.prettierPath": "./node_modules/prettier",
"editor.formatOnSave": true
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment