eslint-plugin-jsdoc
Advanced tools
Comparing version 50.6.1 to 50.6.2
@@ -164,3 +164,3 @@ { | ||
}, | ||
"version": "50.6.1" | ||
"version": "50.6.2" | ||
} |
@@ -27,2 +27,3 @@ import iterateJsdoc from '../iterateJsdoc.js'; | ||
'checkDebuggerStatement', | ||
'checkEs5InheritanceCorrectnessConditions', | ||
'checkPrototypalTypes', | ||
@@ -32,5 +33,7 @@ 'checkRegExp', | ||
'checkVars', | ||
'closureClassChecks', | ||
'closureDepMethodUsageChecks', | ||
'const', | ||
'constantProperty', | ||
'dangerousUnrecognizedTypeError', | ||
'deprecated', | ||
@@ -47,2 +50,3 @@ 'duplicate', | ||
'lintChecks', | ||
'lintVarDeclarations', | ||
'messageConventions', | ||
@@ -55,4 +59,6 @@ 'misplacedTypeAnnotation', | ||
'missingRequire', | ||
'missingReturn', | ||
'missingSourcesWarnings', | ||
'moduleLoad', | ||
'msgDescriptions', | ||
'nonStandardJsDocs', | ||
@@ -62,2 +68,3 @@ 'partialAlias', | ||
'reportUnknownTypes', | ||
'strictCheckTypes', | ||
'strictMissingProperties', | ||
@@ -77,2 +84,4 @@ 'strictModuleDepCheck', | ||
'unusedLocalVariables', | ||
// Not documented? | ||
'unusedPrivateMembers', | ||
@@ -79,0 +88,0 @@ 'useOfGoogProvide', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2086546
33897