Skip to content

Commit

Permalink
#450@trivial: Continue on Range implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
capricorn86 committed May 25, 2022
1 parent d9653ff commit 74d96d0
Show file tree
Hide file tree
Showing 3 changed files with 11,646 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/happy-dom/.eslintrc.js
Expand Up @@ -140,6 +140,7 @@ module.exports = {
'@typescript-eslint/no-explicit-any': ERROR,
'@typescript-eslint/no-empty-function': OFF,
'@typescript-eslint/no-use-before-define': OFF,
'@typescript-eslint/no-this-alias': OFF,
'@typescript-eslint/explicit-function-return-type': [ERROR, { allowExpressions: true }],
'@typescript-eslint/member-ordering': [
WARN,
Expand Down

0 comments on commit 74d96d0

Please sign in to comment.