Skip to content

Commit ba7efd5

Browse files
committed
feat(textlint): fixer support
- Update textlint-rule-prh for fixer support - Update textlint-tester for fixer - Update README about fixer
1 parent 7dccdca commit ba7efd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"pretest": "npm rm textlint-rule-preset-jtf-style && npm i",
88
"textlint": "textlint",
9+
"textlint:fix": "textlint --fix ../README.md",
910
"test": "npm run textlint -- -f pretty-error ../README.md"
1011
},
1112
"author": "azu",

0 commit comments

Comments
 (0)