Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
kristiandupont committed Dec 2, 2023
1 parent 7d8aa96 commit 8278bb3
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 @@ -14,6 +14,7 @@
}
],
"rules": {
"quotes": "off",
"@typescript-eslint/prefer-nullish-coalescing": "off",
"unicorn/no-array-for-each": "off"
}
Expand Down

0 comments on commit 8278bb3

Please sign in to comment.