Skip to content

Commit

Permalink
fix: consistent arrows between cjs & esm
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno committed Apr 8, 2022
1 parent 7fed8d3 commit 11a6e83
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ module.exports = {
'linebreak-style': ['error', 'unix'],
'no-await-in-loop': 'off',
'func-names': 0,
'arrow-parens': [
2,
'as-needed',
{
requireForBlockBody: true,
},
],
'global-require': 0,
'no-param-reassign': 'off',
'no-continue': 'off',
Expand Down

0 comments on commit 11a6e83

Please sign in to comment.