Skip to content

Commit

Permalink
update eslint jsdoc plugin (prebid#11909)
Browse files Browse the repository at this point in the history
  • Loading branch information
chernodub authored and mefjush committed Jul 19, 2024
1 parent db156db commit 46a5e50
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 63 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ module.exports = {
'no-useless-escape': 'off',
'no-console': 'error',
'jsdoc/check-types': 'off',
'jsdoc/no-defaults': 'off',
'jsdoc/newline-after-description': 'off',
'jsdoc/require-jsdoc': 'off',
'jsdoc/require-param': 'off',
Expand Down Expand Up @@ -96,7 +97,7 @@ module.exports = {
// code in other packages (such as plugins/eslint) is not "seen" by babel and its parser will complain.
files: 'plugins/*/**/*.js',
parser: 'esprima'
},
},
{
files: '**BidAdapter.js',
rules: {
Expand Down
Loading

0 comments on commit 46a5e50

Please sign in to comment.