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

Commit ff2af94

Browse files
committed
No changes in spellcheck rules
1 parent 8b86b20 commit ff2af94

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/rules/spellcheck/spell-checker.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,17 @@ export type SpellCheckerOptions = [SpellCheckerOption?];
2525
/**
2626
* Spell check.
2727
*
28-
*
2928
*/
3029
export type SpellCheckerRuleConfig = RuleConfig<SpellCheckerOptions>;
3130

3231
/**
3332
* Spell check.
3433
*
35-
*
3634
*/
3735
export interface SpellCheckerRule {
3836
/**
3937
* Spell check.
4038
*
41-
*
4239
*/
4340
'spellcheck/spell-checker': SpellCheckerRuleConfig;
4441
}

0 commit comments

Comments
 (0)