Skip to content

Commit

Permalink
chore: fix eslint 9.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Nov 19, 2024
1 parent dd0a4bd commit ed2126e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ module.exports = {
'n/no-missing-import': 'off',
'n/no-missing-require': 'off',
'n/no-unsupported-features/es-syntax': 'off',
'unicorn/expiring-todo-comments': 'off',
'unicorn/no-array-callback-reference': 'off',
'unicorn/no-array-reduce': 'off',
'unicorn/no-null': 'off',
Expand Down

0 comments on commit ed2126e

Please sign in to comment.