Skip to content

Commit

Permalink
move unicorn/prefer-code-point
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Dec 6, 2022
1 parent c7b8b21 commit f8640f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ module.exports = {
'prefer-exponentiation-operator': 'off',
'prefer-spread': 'off',
'unicorn/no-array-for-each': 'off',
'unicorn/prefer-code-point': 'off',
'unicorn/prefer-includes': 'off',
'unicorn/prefer-node-protocol': 'off', // needs Node 14+
'unicorn/prefer-number-properties': 'off',
Expand Down

0 comments on commit f8640f5

Please sign in to comment.