Skip to content

Commit

Permalink
Merge branch 'main' into feat/color-tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefialho authored Jul 12, 2023
2 parents 890dbdb + b0adc8c commit 23ddf65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"recommendations": [
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"stylelint.vscode-stylelint"
]
}
5 changes: 2 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll": true,
"source.organizeImports": true,
"source.sortMembers": true
},
"editor.formatOnPaste": false
"editor.formatOnPaste": false,
"stylelint.validate": ["css", "scss"]
}

0 comments on commit 23ddf65

Please sign in to comment.