Skip to content

Commit

Permalink
🐛 fix: Fix eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Apr 8, 2024
1 parent 5699a42 commit 8e82b19
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 @@ -50,6 +50,7 @@ export default {
'unicorn/prefer-type-error': 'warn',
'unicorn/prevent-abbreviations': 0,
'unicorn/switch-case-braces': 'warn',
'unicorn/import-style': 0,
'unused-imports/no-unused-imports': 'error',
'unused-imports/no-unused-vars': [
'warn',
Expand Down

0 comments on commit 8e82b19

Please sign in to comment.