Skip to content

Commit aeaf81e

Browse files
committed
refactor: rename package
1 parent 0c8dff3 commit aeaf81e

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed
File renamed without changes.
File renamed without changes.

packages/textlint-config/package-lock.json packages/textlint-rule-preset-strv/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/textlint-config/readme.md packages/textlint-rule-preset-strv/readme.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# @strv/textlint-config
1+
# @strv/textlint-rule-preset-strv
22

33
> STRV's config for [textlint][textlint-home]
44
5+
Textlint doesn't support ["extends" convention](https://github.com/textlint/textlint/issues/210), thus we created [rule-preset](https://textlint.github.io/docs/rule-preset.html), which is a collection of rules and rulesConfig.
6+
57
## STRV Config
68

79
.textlintrc or .textlintrc.json
@@ -19,8 +21,8 @@
1921
```js
2022
module.exports = {
2123
rules: {
22-
'@strv/textlint-rule-preset-strv': true
23-
}
24+
'@strv/textlint-rule-preset-strv': true,
25+
},
2426
}
2527
```
2628

0 commit comments

Comments
 (0)