@bhsd/common 0.6.4 → 0.6.5
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.
- package/eslintrc.cjs +6 -0
- package/package.json +3 -2
- package/.eslintrc.cjs +0 -16
package/eslintrc.cjs
CHANGED
|
@@ -615,6 +615,12 @@ module.exports = {
|
|
|
615
615
|
excludeTags: ['description'],
|
|
616
616
|
},
|
|
617
617
|
],
|
|
618
|
+
'jsdoc/check-param-names': [
|
|
619
|
+
1,
|
|
620
|
+
{
|
|
621
|
+
disableMissingParamChecks: true,
|
|
622
|
+
},
|
|
623
|
+
],
|
|
618
624
|
'jsdoc/check-tag-names': 1,
|
|
619
625
|
'jsdoc/check-types': 1,
|
|
620
626
|
'jsdoc/multiline-blocks': 1,
|
package/package.json
CHANGED