eslint-plugin-jsdoc
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -33,3 +33,4 @@ 'use strict'; | ||
return { | ||
'FunctionDeclaration:exit': checkJsdoc | ||
'FunctionDeclaration': checkJsdoc, | ||
'FunctionExpression': checkJsdoc | ||
}; | ||
@@ -36,0 +37,0 @@ }; |
{ | ||
"name": "eslint-plugin-jsdoc", | ||
"description": "JSDoc specific linting rules for ESLint.", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"main": "./dist/index.js", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -570,3 +570,3 @@ <h1 id="eslint-plugin-jsdoc">eslint-plugin-jsdoc</h1> | ||
*/ | ||
function quux (foo) { | ||
function quux () { | ||
@@ -578,3 +578,3 @@ } | ||
*/ | ||
function quux (foo) { | ||
function quux () { | ||
@@ -588,5 +588,3 @@ } | ||
/** | ||
* - foo | ||
* - bar | ||
* - baz | ||
* @returns {number} | ||
*/ | ||
@@ -593,0 +591,0 @@ function quux () { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
54559
458
0
594