Skip to content

Commit

Permalink
chore: fix eslint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 15, 2023
1 parent ac28f03 commit 9b968ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"rules": {
"unicorn/no-null": "off",
"unicorn/number-literal-case": "off",
"@typescript-eslint/no-non-null-assertion": "off"
"@typescript-eslint/no-non-null-assertion": "off",
"unicorn/expiring-todo-comments": "off"
}
}

0 comments on commit 9b968ba

Please sign in to comment.