Skip to content

Commit

Permalink
Merge pull request #525 from capricorn86/task/450-typeerror-targetown…
Browse files Browse the repository at this point in the history
…erdocumentcreaterange-is-not-a-function

Task/450 typeerror targetownerdocumentcreaterange is not a function
  • Loading branch information
capricorn86 committed Jun 30, 2022
2 parents cbe5b7a + a61c137 commit 117595e
Show file tree
Hide file tree
Showing 49 changed files with 15,390 additions and 683 deletions.
4 changes: 2 additions & 2 deletions packages/happy-dom/.eslintrc.js
Expand Up @@ -34,12 +34,12 @@ const COMMON_CONFIG = {
'jsdoc/check-tag-names': WARN,
'jsdoc/check-types': WARN,
'jsdoc/implements-on-classes': WARN,
'jsdoc/match-description': WARN,
'jsdoc/match-description': OFF,
'jsdoc/newline-after-description': WARN,
'jsdoc/no-types': OFF,
'jsdoc/no-undefined-types': OFF,
'jsdoc/require-description': OFF,
'jsdoc/require-description-complete-sentence': WARN,
'jsdoc/require-description-complete-sentence': OFF,
'jsdoc/require-example': OFF,
'jsdoc/require-hyphen-before-param-description': [WARN, 'never'],
'jsdoc/require-param': WARN,
Expand Down

0 comments on commit 117595e

Please sign in to comment.