Skip to content

Commit

Permalink
chore: update vscode-eslint autofix settings
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya committed Jun 11, 2020
1 parent b30a7cb commit 8a1f6ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Expand Up @@ -18,9 +18,13 @@
},
"editor.insertSpaces": true,
"editor.tabSize": 4,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"[scss]": {
"editor.tabSize": 2
},
"eslint.format.enable": false,
"eslint.workingDirectories": [
{
"pattern": "./packages/*"
Expand Down

1 comment on commit 8a1f6ed

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chore: update vscode-eslint autofix settings

Previews: documentation | landing | table

Please sign in to comment.