Skip to content

Commit

Permalink
🐛 fix: Fix eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 authored Apr 8, 2024
1 parent fd4298b commit 13a80a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/eslint/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export default {
'typescript-sort-keys/string-enum': 'error',
'unicorn/explicit-length-check': 'warn',
'unicorn/filename-case': 0,
'unicorn/no-anonymous-default-export': 0,
'unicorn/no-array-for-each': 'warn',
'unicorn/no-array-reduce': 0,
'unicorn/no-empty-file': 'warn',
Expand Down

0 comments on commit 13a80a4

Please sign in to comment.