Skip to content

Commit

Permalink
feat: allow arrow functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssimon committed Jan 16, 2023
1 parent 8ff7a79 commit 636e348
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ module.exports = {
}],
'consistent-return': 'off',

'es5/no-arrow-functions': 'error',
'es5/no-binary-and-octal-literals': 'error',
'es5/no-block-scoping': 'off',
'es5/no-classes': 'error',
Expand Down Expand Up @@ -95,7 +94,6 @@ module.exports = {
'**/__mocks__/**',
],
rules: {
'es5/no-arrow-functions': 'off',
'es5/no-binary-and-octal-literals': 'off',
'es5/no-block-scoping': 'off',
'es5/no-classes': 'off',
Expand Down

0 comments on commit 636e348

Please sign in to comment.