We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b5025 commit dc9d459Copy full SHA for dc9d459
.textlintrc
@@ -0,0 +1,6 @@
1
+{
2
+ "filters": {},
3
+ "rules": {
4
+ "preset-jtf-style": true
5
+ }
6
+}
package.json
@@ -9,10 +9,13 @@
9
"scripts": {
10
"deploy": "firebase deploy --token \"$FIREBASE_TOKEN\"",
11
"contributors": "githubcontrib --owner angular --repo angular-ja --cols 6 --format md --showlogin true --sortOrder desc | pbcopy",
12
- "update-origin": "./update-origin.sh"
+ "update-origin": "./update-origin.sh",
13
+ "textlint": "textlint aio-ja/*"
14
},
15
"devDependencies": {
16
"firebase-tools": "^3.14.0",
- "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"
20
}
21
0 commit comments