Skip to content

Instantly share code, notes, and snippets.

@AndresdoSantos
Created August 31, 2023 11:51
Show Gist options
  • Save AndresdoSantos/d109998fb839714cf2768861b9c0a2e1 to your computer and use it in GitHub Desktop.
Save AndresdoSantos/d109998fb839714cf2768861b9c0a2e1 to your computer and use it in GitHub Desktop.
Settings for eslint to work.
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
},
"eslint.validate": [
"typescriptreact"
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment