Skip to content

Commit

Permalink
Merge branch 'main' into feat-publish-mainpage
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom authored Jul 21, 2023
2 parents 4c9edb6 + 3bb6a03 commit 353bd19
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/eslint-config-custom/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,12 @@ module.exports = {
},
],
},
overrides: [
{
files: ['*.js'],
rules: {
'@typescript-eslint/no-var-requires': 'off',
},
},
],
};

0 comments on commit 353bd19

Please sign in to comment.