eslint-plugin-jsdoc
Advanced tools
Comparing version 4.3.0 to 4.4.0
@@ -32,2 +32,3 @@ "use strict"; | ||
function: ['func', 'method'], | ||
generator: [], | ||
global: [], | ||
@@ -53,2 +54,3 @@ hideconstructor: [], | ||
override: [], | ||
package: [], | ||
param: ['arg', 'argument'], | ||
@@ -73,3 +75,4 @@ private: [], | ||
variation: [], | ||
version: [] | ||
version: [], | ||
yields: ['yield'] | ||
}; | ||
@@ -76,0 +79,0 @@ exports.default = _default; |
@@ -63,3 +63,3 @@ { | ||
}, | ||
"version": "4.3.0" | ||
"version": "4.4.0" | ||
} |
@@ -677,2 +677,3 @@ <a name="eslint-plugin-jsdoc"></a> | ||
alias | ||
async | ||
augments | ||
@@ -698,2 +699,3 @@ author | ||
function | ||
generator | ||
global | ||
@@ -719,2 +721,3 @@ hideconstructor | ||
override | ||
package | ||
param | ||
@@ -740,2 +743,3 @@ private | ||
version | ||
yields | ||
``` | ||
@@ -742,0 +746,0 @@ |
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
208365
1345
2438