Skip to content

Commit

Permalink
chore(eslint): update jsdoc rule
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Oct 2, 2023
1 parent e945711 commit 6792d9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/eslint-config/react-js.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ module.exports = {
extends: ['./react.js', '@suspensive/eslint-config-js'],
rules: {
'jsdoc/check-tag-names': ['warn', { jsxTags: true }],
'jsdoc/require-param': ['off'],
},
}
1 change: 1 addition & 0 deletions configs/eslint-config/react-ts-noimport.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ module.exports = {
extends: ['./react.js', '@suspensive/eslint-config-ts/noimport'],
rules: {
'jsdoc/check-tag-names': ['warn', { jsxTags: true }],
'jsdoc/require-param': ['off'],
},
}
1 change: 1 addition & 0 deletions configs/eslint-config/react-ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ module.exports = {
extends: ['./react.js', '@suspensive/eslint-config-ts'],
rules: {
'jsdoc/check-tag-names': ['warn', { jsxTags: true }],
'jsdoc/require-param': ['off'],
},
}

1 comment on commit 6792d9f

@vercel
Copy link

@vercel vercel bot commented on 6792d9f Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./websites/docs

docs-suspensive.vercel.app
docs.suspensive.org
docs-git-main-suspensive.vercel.app
www.suspensive.org
suspensive.org

Please sign in to comment.