eslint-plugin-jsdoc
Advanced tools
Comparing version 48.7.0 to 48.8.0
@@ -15,15 +15,15 @@ { | ||
"parse-imports": "^2.1.1", | ||
"semver": "^7.6.2", | ||
"semver": "^7.6.3", | ||
"spdx-expression-parse": "^4.0.0", | ||
"synckit": "^0.9.0" | ||
"synckit": "^0.9.1" | ||
}, | ||
"description": "JSDoc linting rules for ESLint.", | ||
"devDependencies": { | ||
"@babel/cli": "^7.24.7", | ||
"@babel/core": "^7.24.7", | ||
"@babel/eslint-parser": "^7.24.7", | ||
"@babel/node": "^7.24.7", | ||
"@babel/cli": "^7.24.8", | ||
"@babel/core": "^7.24.9", | ||
"@babel/eslint-parser": "^7.24.8", | ||
"@babel/node": "^7.24.8", | ||
"@babel/plugin-syntax-class-properties": "^7.12.13", | ||
"@babel/plugin-transform-flow-strip-types": "^7.24.7", | ||
"@babel/preset-env": "^7.24.7", | ||
"@babel/preset-env": "^7.24.8", | ||
"@es-joy/escodegen": "^3.5.1", | ||
@@ -43,6 +43,6 @@ "@es-joy/jsdoc-eslint-parser": "^0.21.1", | ||
"@types/mocha": "^10.0.7", | ||
"@types/node": "^20.14.10", | ||
"@types/node": "^20.14.11", | ||
"@types/semver": "^7.5.8", | ||
"@types/spdx-expression-parse": "^3.0.5", | ||
"@typescript-eslint/types": "^7.16.0", | ||
"@typescript-eslint/types": "^7.16.1", | ||
"babel-plugin-add-module-exports": "^1.0.4", | ||
@@ -56,9 +56,9 @@ "babel-plugin-istanbul": "^7.0.0", | ||
"decamelize": "^6.0.0", | ||
"eslint": "9.6.0", | ||
"eslint-config-canonical": "~43.0.13", | ||
"eslint": "9.7.0", | ||
"eslint-config-canonical": "~43.0.14", | ||
"espree": "^10.1.0", | ||
"gitdown": "^4.0.0", | ||
"gitdown": "^4.1.1", | ||
"glob": "^10.4.2", | ||
"globals": "^15.8.0", | ||
"husky": "^9.0.11", | ||
"husky": "^9.1.1", | ||
"jsdoc-type-pratt-parser": "^4.0.0", | ||
@@ -69,3 +69,3 @@ "json-schema": "^0.4.0", | ||
"mocha": "^10.6.0", | ||
"open-editor": "^4.1.1", | ||
"open-editor": "^5.0.0", | ||
"replace": "^1.2.2", | ||
@@ -151,3 +151,3 @@ "rimraf": "^5.0.7", | ||
}, | ||
"version": "48.7.0" | ||
"version": "48.8.0" | ||
} |
@@ -10,2 +10,3 @@ import checkAccess from './rules/checkAccess.js'; | ||
import checkTagNames from './rules/checkTagNames.js'; | ||
import checkTemplateNames from './rules/checkTemplateNames.js'; | ||
import checkTypes from './rules/checkTypes.js'; | ||
@@ -85,2 +86,3 @@ import checkValues from './rules/checkValues.js'; | ||
'check-tag-names': checkTagNames, | ||
'check-template-names': checkTemplateNames, | ||
'check-types': checkTypes, | ||
@@ -160,2 +162,3 @@ 'check-values': checkValues, | ||
'jsdoc/check-tag-names': warnOrError, | ||
'jsdoc/check-template-names': 'off', | ||
'jsdoc/check-types': warnOrError, | ||
@@ -162,0 +165,0 @@ 'jsdoc/check-values': warnOrError, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1934169
210
31751
Updatedsemver@^7.6.3
Updatedsynckit@^0.9.1