Skip to content

Commit

Permalink
Disable unicorn/no-array-reduce
Browse files Browse the repository at this point in the history
  • Loading branch information
futpib committed Apr 10, 2021
1 parent 7df97a0 commit d6768fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
'comma-dangle': ['error', 'always-multiline'],
'operator-linebreak': ['error', 'before'],

'unicorn/custom-error-definition': 'off'
'unicorn/custom-error-definition': 'off',
'unicorn/no-array-reduce': 'off'
}
};

0 comments on commit d6768fa

Please sign in to comment.