diff --git a/.eslintrc.js b/.eslintrc.js index 4b1f0ebe0d..720b21c3bf 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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',