Skip to content

Commit

Permalink
Update eslint configs
Browse files Browse the repository at this point in the history
  • Loading branch information
nexryai committed Dec 19, 2024
1 parent 123fdb7 commit 0b60505
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/shared/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ module.exports = {
'space-infix-ops': ['error'],
'space-before-blocks': ['error', 'always'],
'@typescript-eslint/ban-ts-comment': ['off'],
'@typescript-eslint/ no-explicit-any': ['off'],
'@typescript-eslint/no-unnecessary-condition': ['warn'],
'@typescript-eslint/no-var-requires': ['warn'],
'@typescript-eslint/no-inferrable-types': ['warn'],
Expand Down

0 comments on commit 0b60505

Please sign in to comment.