Skip to content

Commit

Permalink
chore: update dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Apr 4, 2022
1 parent 6f2a462 commit a0288ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ insert_final_newline = true
indent_size = 2
charset = utf-8
indent_style = space
trim_trailing_whitespace = true
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ coverage
*.ignore
storybook-static
.nyc_output
test-results/
playwright-report/
5 changes: 1 addition & 4 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"recommendations": [
"arcanis.vscode-zipfs",
"esbenp.prettier-vscode"
]
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
}

0 comments on commit a0288ce

Please sign in to comment.