Skip to content

Commit

Permalink
Disabled failing eslint unicorn rule
Browse files Browse the repository at this point in the history
  • Loading branch information
vpmedia committed Nov 18, 2024
1 parent 637afe3 commit abd27a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export default [
...js.configs.recommended.rules,
...jsdocPlugin.configs['flat/recommended'].rules,
...unicornPlugin.configs['flat/recommended'].rules,
'unicorn/expiring-todo-comments': 'off',
'unicorn/no-null': 'off',
'unicorn/numeric-separators-style': 'off',
'no-unused-vars': 'off',
Expand Down

0 comments on commit abd27a8

Please sign in to comment.