Skip to content

Commit

Permalink
Merge pull request #530 from MikeMcC399/update/eslint
Browse files Browse the repository at this point in the history
chore(deps): update eslint to 8.57.1
  • Loading branch information
ddzz authored Oct 21, 2024
2 parents 39ec714 + fff5a3b commit 6520b48
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 142 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ module.exports = {

'import/extensions': ['error', 'always'],
'node/no-missing-import': 'off', // Disabled due to a bug: https://github.com/mysticatea/eslint-plugin-node/issues/342
'unicorn/expiring-todo-comments': 'off',
'unicorn/no-array-reduce': 'off',
'unicorn/no-nested-ternary': 'off',
'unicorn/prevent-abbreviations': 'off',
Expand Down
Loading

0 comments on commit 6520b48

Please sign in to comment.