Skip to content

Commit

Permalink
chore: disable jsdoc/no-defaults & jsdoc/check-line-alignment
Browse files Browse the repository at this point in the history
the jsdoc/no-defaults rule is not compatible with the way we use
JSDoc comments.
  • Loading branch information
aladdin-add committed Jun 20, 2023
1 parent ea4575c commit 5950bae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/eslint-config-eslint/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,13 @@ rules:
# jsdoc: adopt non-recommended rules or change recommended configuration
# jsdoc/check-examples: "error"
# jsdoc/check-indentation: "error" # Revisit if allowing configurable spaces after tag line breaks
jsdoc/check-line-alignment: ["error", "never"]
# jsdoc/check-line-alignment: ["error", "never"]
jsdoc/check-syntax: "error"
# jsdoc/check-types': ["error', { exemptTagContexts: [ { tag: "typedef", types: ["object", "GenericObject"] } ] }

jsdoc/check-values: ["error", { allowedLicenses: true }]
jsdoc/no-bad-blocks: "error"
jsdoc/no-defaults: "off"
jsdoc/require-asterisk-prefix: "error"
jsdoc/require-description: ["error", { checkConstructors: false }]
# jsdoc/require-file-overview: "error"
Expand Down

0 comments on commit 5950bae

Please sign in to comment.