Skip to content

Commit

Permalink
feat: add auto linting on save
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibssingh committed Jul 25, 2023
1 parent 889f724 commit fdae1ad
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,12 @@
"files.eol": "\n",
"terminal.integrated.disableLineWrapping": true,
"debug.console.wordWrap": false,
"editor.wordWrap":"off"
"editor.wordWrap": "off",
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"eslint.validate": [
"javascript",
"javascriptreact",
]
}

0 comments on commit fdae1ad

Please sign in to comment.