Skip to content

Commit dc9d459

Browse files
committed
chore: add textlint and preset-jtf-style rule
1 parent 86b5025 commit dc9d459

File tree

3 files changed

+1022
-11
lines changed

3 files changed

+1022
-11
lines changed

.textlintrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"filters": {},
3+
"rules": {
4+
"preset-jtf-style": true
5+
}
6+
}

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@
99
"scripts": {
1010
"deploy": "firebase deploy --token \"$FIREBASE_TOKEN\"",
1111
"contributors": "githubcontrib --owner angular --repo angular-ja --cols 6 --format md --showlogin true --sortOrder desc | pbcopy",
12-
"update-origin": "./update-origin.sh"
12+
"update-origin": "./update-origin.sh",
13+
"textlint": "textlint aio-ja/*"
1314
},
1415
"devDependencies": {
1516
"firebase-tools": "^3.14.0",
16-
"github-contributors-list": "^1.2.2"
17+
"github-contributors-list": "^1.2.2",
18+
"textlint": "^9.1.1",
19+
"textlint-rule-preset-jtf-style": "^2.3.0"
1720
}
1821
}

0 commit comments

Comments
 (0)