Skip to content

Commit

Permalink
fix: turn off failing eslinter (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
adilansari authored May 9, 2023
1 parent 601afe4 commit 8dad5a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@typescript-eslint/semi": ["error"],
"unused-imports/no-unused-imports": "error",
"quotes": "off",
"unicorn/expiring-todo-comments": "off",
"@typescript-eslint/quotes": ["error"],
"tsdoc/syntax": "error"
},
Expand Down

0 comments on commit 8dad5a6

Please sign in to comment.