Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit c1390ed

Browse files
committed
feat(base): add new eslint-plugin-unicorn rules
1 parent 13acdb2 commit c1390ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/eslint-config/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ module.exports = {
104104
'unicorn/no-unsafe-regex': 'off',
105105
'unicorn/number-literal-case': 'off', // conflicts with prettier
106106
'unicorn/prefer-add-event-listener': 'error',
107+
'unicorn/prefer-exponentiation-operator': 'error',
107108
'unicorn/prefer-spread': 'error',
108109
'unicorn/prefer-starts-ends-with': 'error',
109110
'unicorn/prefer-type-error': 'off',

0 commit comments

Comments
 (0)