Skip to content

Commit

Permalink
Update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
dansteren committed Jun 20, 2022
1 parent 93d428e commit af10e9d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"extends": ["prettier"]
}
"extends": [
"prettier"
]
}
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
.dfx
target
node_modules
.DS_Store
.editorconfig
.vscode/*
dist
node_modules
target
5 changes: 5 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.dfx
.DS_Store
dist
node_modules
target

0 comments on commit af10e9d

Please sign in to comment.