Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed May 23, 2023
1 parent 68ee17b commit 984b04c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export default sxzz([
rules: {
'import/no-mutable-exports': 'off',
'@typescript-eslint/no-inferrable-types': 'off',
'no-var': 'off',
'@typescript-eslint/no-empty-function': 'off',
},
},
{
Expand Down

0 comments on commit 984b04c

Please sign in to comment.