Skip to content

Commit

Permalink
fix: specify arrow-parens for cjs & esm
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno committed Apr 8, 2022
1 parent c8e2a64 commit 682e812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = {
'linebreak-style': ['error', 'unix'],
'no-await-in-loop': 'off',
'func-names': 0,
'arrow-parens': ['error', 'always'],
'global-require': 0,
'no-param-reassign': 'off',
'no-continue': 'off',
Expand Down
1 change: 1 addition & 0 deletions esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module.exports = {
strict: ['error', 'safe'],
'linebreak-style': ['error', 'unix'],
'no-await-in-loop': 'off',
'arrow-parens': ['error', 'always'],
'func-names': 0,
'global-require': 0,
'no-param-reassign': 'off',
Expand Down

0 comments on commit 682e812

Please sign in to comment.