Skip to content

Commit

Permalink
Update lint rule to not requrie js-doc for test file methods (#3633)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jkovarik committed May 2, 2024
1 parent 9feefbe commit fc9c99b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ module.exports = {
'example/spec/**/*.js',
],
rules: {
'jsdoc/require-jsdoc': 'off',
'max-classes-per-file': 'off',
'no-console': 'off',
'no-new': 'off',
Expand Down

0 comments on commit fc9c99b

Please sign in to comment.