Skip to content

Commit

Permalink
chore(.eslintrc): error on google closure jsdoc syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Aug 11, 2023
1 parent c641af8 commit 3180ab5
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 @@ -50,6 +50,7 @@ module.exports = {
root: true,
rules: {
"import/no-extraneous-dependencies": "error",
"jsdoc/check-syntax": "error",
"jsdoc/require-hyphen-before-param-description": "error",
"no-console": "off",
"no-multiple-empty-lines": ["error", { max: 1 }],
Expand Down

0 comments on commit 3180ab5

Please sign in to comment.