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

Commit 45aa0e4

Browse files
committed
Fix lint errors
1 parent f048a31 commit 45aa0e4

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

src/env.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ export interface Environments extends Partial<Record<string, boolean>> {
6868
* QUnit global variables.
6969
*/
7070
qunit?: boolean;
71-
// eslint-disable-next-line jsdoc/match-description
7271
/**
7372
* jQuery global variables.
7473
*/

src/rules/node/no-deprecated-api.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import type { RuleConfig } from '../rule-config';
33

44
/** NoDeprecatedApiModuleItem. */
55
export type NoDeprecatedApiModuleItem =
6-
/* eslint-disable spellcheck/spell-checker */
76
| '_linklist'
87
| '_stream_wrap'
98
| 'async_hooks.currentId'
@@ -85,7 +84,6 @@ export type NoDeprecatedApiModuleItem =
8584
| 'util.puts'
8685
| 'util._extend'
8786
| 'vm.runInDebugContext';
88-
/* eslint-enable spellcheck/spell-checker */
8987

9088
/** NoDeprecatedApiGlobalItem. */
9189
export type NoDeprecatedApiGlobalItem =

src/rules/node/no-unsupported-features/es-syntax.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import type { RuleConfig } from '../../rule-config';
33

44
/** IgnoreValue. */
55
export type IgnoreValue =
6-
/* eslint-disable spellcheck/spell-checker */
76
// ES2020:
87
| 'bigint'
98
| 'dynamicImport'
@@ -45,7 +44,6 @@ export type IgnoreValue =
4544
| 'spreadElements'
4645
| 'templateLiterals'
4746
| 'unicodeCodePointEscapes';
48-
/* eslint-enable spellcheck/spell-checker */
4947

5048
/**
5149
* Option.

0 commit comments

Comments
 (0)