@kazupon/eslint-config 0.33.1 → 0.33.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +3 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -408,6 +408,9 @@ async function jsdoc(options = {}) {
408
408
  applyToEndTag: false
409
409
  }
410
410
  ],
411
+ "jsdoc/require-param": ["error", { checkDestructuredRoots: false }],
412
+ "jsdoc/check-param-names": ["error", { checkDestructured: false }],
413
+ "jsdoc/check-tag-names": ["error", { definedTags: ["typeParam"] }],
411
414
  ...overrideRules
412
415
  }
413
416
  }];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kazupon/eslint-config",
3
3
  "description": "ESLint config for @kazupon",
4
- "version": "0.33.1",
4
+ "version": "0.33.2",
5
5
  "author": {
6
6
  "email": "kawakazu80@gmail.com",
7
7
  "name": "kazuya kawaguchi"