Skip to content

Commit

Permalink
disable token error
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Jul 21, 2023
1 parent 3d93c6a commit be677fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"plugin:@typescript-eslint/recommended"
],
"rules": {
"no-empty-function": "off",
"@typescript-eslint/no-empty-function": "off",
"no-console": 2,
"quotes": [
"error",
Expand Down

0 comments on commit be677fd

Please sign in to comment.