Skip to content

Commit

Permalink
enforce more documentation types
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelglass committed Mar 26, 2024
1 parent 94a938e commit e5b8584
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-nlx/documentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
extends: ["plugin:jsdoc/recommended-typescript-error"],
plugins: ["eslint-plugin-tsdoc"],
rules: {
"jsdoc/require-jsdoc": ["error", {publicOnly: true, contexts: ["TSTypeAliasDeclaration","TSInterfaceDeclaration","TSMethodSignature","TSPropertySignature"] }],
"jsdoc/check-tag-names": ["error", { definedTags: ["category", "hidden"] }],
"jsdoc/require-param": ["error", { checkDestructured: false }],
"jsdoc/check-param-names": ["error", { checkDestructured: false }],
Expand Down

0 comments on commit e5b8584

Please sign in to comment.