@eslint-types/jsdoc
Advanced tools
Comparing version 48.0.6 to 48.2.0
{ | ||
"name": "@eslint-types/jsdoc", | ||
"version": "48.0.6", | ||
"version": "48.2.0", | ||
"description": "TypeScript definitions for eslint-define-config", | ||
@@ -23,3 +23,3 @@ "homepage": "https://github.com/eslint-types/define-config-plugin-types/tree/main/types/jsdoc", | ||
"devDependencies": { | ||
"eslint-plugin-jsdoc": "48.0.6" | ||
"eslint-plugin-jsdoc": "48.2.0" | ||
}, | ||
@@ -26,0 +26,0 @@ "exports": { |
@@ -14,4 +14,5 @@ export type Schema0 = 'always' | 'never' | 'any'; | ||
wrapIndent?: string; | ||
disableWrapIndent?: boolean; | ||
} | ||
export type CheckLineAlignmentRuleOptions = [Schema0?, Schema1?]; |
@@ -7,2 +7,3 @@ export interface Schema0 { | ||
disableExtraPropertyReporting?: boolean; | ||
disableMissingParamChecks?: boolean; | ||
enableFixer?: boolean; | ||
@@ -9,0 +10,0 @@ useDefaultObjectProperties?: boolean; |
38195
987