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

Commit 8b86b20

Browse files
committed
No changes in mdx rules
1 parent 3ba77e5 commit 8b86b20

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/rules/mdx/remark.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,17 @@ import type { RuleConfig } from '../rule-config';
33
/**
44
* Linter integration with remark plugins.
55
*
6-
*
76
*/
87
export type RemarkRuleConfig = RuleConfig<[]>;
98

109
/**
1110
* Linter integration with remark plugins.
1211
*
13-
*
1412
*/
1513
export interface RemarkRule {
1614
/**
1715
* Linter integration with remark plugins.
1816
*
19-
*
2017
*/
2118
'mdx/remark': RemarkRuleConfig;
2219
}

0 commit comments

Comments
 (0)