File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
<!-- prettier-ignore-->
9
9
| Rule ID | Description | |
10
10
| :--------| :------------| :---|
11
- | [ @intlify/svelte /<wbr >no-raw-text] ( ./no-raw-text.html ) | disallow to string literal in template | :star : |
11
+ | [ @intlify/svelte /<wbr >no-raw-text] ( ./no-raw-text.md ) | disallow to string literal in template | :star : |
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ module.export = {
40
40
}
41
41
```
42
42
43
- See [ the rule list] ( .. /rules/ )
43
+ See [ the rule list] ( ./rules/README.md )
44
44
45
45
### Running ESLint from command line
46
46
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ function toTableRow(rule: RuleInfo) {
12
12
const mark = `${ rule . recommended ? ':star:' : '' } ${
13
13
rule . fixable ? ':black_nib:' : ''
14
14
} `
15
- const link = `[@intlify/svelte/<wbr>${ rule . name } ](./${ rule . name } .html )`
15
+ const link = `[@intlify/svelte/<wbr>${ rule . name } ](./${ rule . name } .md )`
16
16
const description = rule . description || '(no description)'
17
17
return `| ${ link } | ${ description } | ${ mark } |`
18
18
}
You can’t perform that action at this time.
0 commit comments