Skip to content

Instantly share code, notes, and snippets.

@daryl-sf
Created February 24, 2023 14:57
Show Gist options
  • Save daryl-sf/9275da3b062955d7b7e4acf5ce2c75d1 to your computer and use it in GitHub Desktop.
Save daryl-sf/9275da3b062955d7b7e4acf5ce2c75d1 to your computer and use it in GitHub Desktop.
vscode settings
{
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.stylelint": true
},
"editor.formatOnSave": true,
"eslint.format.enable": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment