Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit f5acb81

Browse files
committed
Empty JSDocs
1 parent 5493494 commit f5acb81

13 files changed

+14
-0
lines changed

src/rules/eslint/no-multi-spaces.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import type { RuleConfig } from '../rule-config';
55
*/
66
export interface NoMultiSpacesOption {
77
exceptions?: {
8+
/**
9+
*/
810
[k: string]: boolean;
911
};
1012
ignoreEOLComments?: boolean;

src/rules/n/no-extraneous-import.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export interface NoExtraneousImportOption {
1010
/**
1111
* @minItems 2
1212
* @maxItems 2
13+
*
1314
*/
1415
[k: string]: [string, string];
1516
}

src/rules/n/no-extraneous-require.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export interface NoExtraneousRequireOption {
1010
/**
1111
* @minItems 2
1212
* @maxItems 2
13+
*
1314
*/
1415
[k: string]: [string, string];
1516
}

src/rules/n/no-unpublished-bin.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export interface NoUnpublishedBinOption {
99
/**
1010
* @minItems 2
1111
* @maxItems 2
12+
*
1213
*/
1314
[k: string]: [string, string];
1415
}

src/rules/n/no-unpublished-import.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export interface NoUnpublishedImportOption {
1010
/**
1111
* @minItems 2
1212
* @maxItems 2
13+
*
1314
*/
1415
[k: string]: [string, string];
1516
}

src/rules/n/no-unpublished-require.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export interface NoUnpublishedRequireOption {
1010
/**
1111
* @minItems 2
1212
* @maxItems 2
13+
*
1314
*/
1415
[k: string]: [string, string];
1516
}

src/rules/n/shebang.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export interface ShebangOption {
99
/**
1010
* @minItems 2
1111
* @maxItems 2
12+
*
1213
*/
1314
[k: string]: [string, string];
1415
}

src/rules/node/no-extraneous-import.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export interface NoExtraneousImportOption {
1010
/**
1111
* @minItems 2
1212
* @maxItems 2
13+
*
1314
*/
1415
[k: string]: [string, string];
1516
}

src/rules/node/no-extraneous-require.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export interface NoExtraneousRequireOption {
1010
/**
1111
* @minItems 2
1212
* @maxItems 2
13+
*
1314
*/
1415
[k: string]: [string, string];
1516
}

src/rules/node/no-unpublished-bin.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export interface NoUnpublishedBinOption {
99
/**
1010
* @minItems 2
1111
* @maxItems 2
12+
*
1213
*/
1314
[k: string]: [string, string];
1415
}

0 commit comments

Comments
 (0)