Skip to content

Commit

Permalink
chore: fixed eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
L2jLiga committed Aug 17, 2024
1 parent 5405b9d commit 8c401e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ export default [
languageOptions: {
sourceType: 'commonjs',
},
rules: {
'@typescript-eslint/no-require-imports': 'off',
},
},

{
Expand Down

0 comments on commit 8c401e7

Please sign in to comment.