Skip to content

Commit

Permalink
update: lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
windingwind committed May 3, 2024
1 parent cb77a57 commit 3860a93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.vscode
build
logs
node_modules
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"@typescript-eslint/no-non-null-assertion": "off"
},
"ignorePatterns": [
"**/.vscode/**",
"**/build/**",
"**/logs/**",
"**/dist/**",
Expand Down

0 comments on commit 3860a93

Please sign in to comment.