Skip to content

Commit

Permalink
fix: Disable array-func/prefer-array-from and `convert-array-copy-t…
Browse files Browse the repository at this point in the history
…o-slice`
  • Loading branch information
gnarea committed Oct 31, 2024
1 parent 7c7eff0 commit 8f74073
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@ export default [
},
],

'array-func/prefer-array-from': 'off',

'perfectionist/sort-classes': [
'error',
{
Expand Down Expand Up @@ -369,6 +371,7 @@ export default [
'conditions/apply-consistent-blocks': 'off',
'conditions/remove-zero': 'off',
'conditions/remove-zero-conditions': 'off',
'convert-array-copy-to-slice': 'off',
'new/remove-useless': 'off',
'nodejs/declare': 'off',
'remove-useless-constructor': 'off',
Expand Down

0 comments on commit 8f74073

Please sign in to comment.