Skip to content

Commit

Permalink
fix: allow require in js
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Jun 6, 2024
1 parent 1023256 commit ba9955d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions configs/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,12 @@ export default [
],
},
},
{
files: [
'**/*.{js,cjs,jsx}',
],
rules: {
'@typescript-eslint/no-var-requires': 'off',
},
},
]

0 comments on commit ba9955d

Please sign in to comment.