Skip to content

Commit

Permalink
infra(unicorn): no-instanceof-array (#2459)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Oct 17, 2023
1 parent 980f230 commit b8f31f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ module.exports = defineConfig({
'unicorn/no-array-reduce': 'off',
'unicorn/no-await-expression-member': 'off',
'unicorn/no-for-loop': 'off',
'unicorn/no-instanceof-array': 'off',
'unicorn/no-negated-condition': 'off',
'unicorn/no-object-as-default-parameter': 'off',
'unicorn/no-useless-switch-case': 'off',
Expand Down

0 comments on commit b8f31f6

Please sign in to comment.