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

Commit 8ba5294

Browse files
committed
Fix lint error
1 parent 45aa0e4 commit 8ba5294

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rules/eslint/semi.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export type SemiAlwaysOptions = ['always'?, SemiAlwaysConfig?];
1919
* Never Config.
2020
*/
2121
export interface SemiNeverConfig {
22-
// eslint-disable-next-line jsdoc/match-description
2322
/**
2423
* - `'any'` - Ignores semicolons (or lacking semicolon) at the end of statements if the next line starts with `[`, `(`, `/`, `+`, or `-`.
2524
* - `'always'` - Requires semicolons at the end of statements if the next line starts with `[`, `(`, `/`, `+`, or `-`.

0 commit comments

Comments
 (0)