Skip to content

Commit 5a68e43

Browse files
committed
style: format by prettier
1 parent 834853c commit 5a68e43

File tree

2 files changed

+10
-23
lines changed

2 files changed

+10
-23
lines changed

ReadMe.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ For more details about regexp-like string, see [@textlint/regexp-string-matcher]
3232

3333
```json
3434
{
35-
"rule": {
36-
"ginger": {
37-
"skipPatterns": ["/JavaScript/i"]
38-
}
35+
"rule": {
36+
"ginger": {
37+
"skipPatterns": ["/JavaScript/i"]
3938
}
39+
}
4040
}
4141
```
4242

package.json

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "textlint-rule-ginger",
33
"version": "2.1.2",
4-
"description": "textlint rule to check your English grammar with Ginger Proofreading",
4+
"description":
5+
"textlint rule to check your English grammar with Ginger Proofreading",
56
"engines": {
67
"node": ">=6"
78
},
@@ -15,16 +16,8 @@
1516
"precommit": "lint-staged",
1617
"prettier": "prettier --write \"**/*.{js,json,md}\""
1718
},
18-
"files": [
19-
"lib",
20-
"src"
21-
],
22-
"keywords": [
23-
"textlint",
24-
"rule",
25-
"english",
26-
"proofreading"
27-
],
19+
"files": ["lib", "src"],
20+
"keywords": ["textlint", "rule", "english", "proofreading"],
2821
"author": "nodaguti",
2922
"license": "MIT",
3023
"bugs": "https://github.com/textlint-rule/textlint-rule-ginger/issues",
@@ -54,13 +47,7 @@
5447
"textlint-tester": "^3.0.3"
5548
},
5649
"lint-staged": {
57-
"*.js": [
58-
"prettier",
59-
"git add"
60-
],
61-
"*.json": [
62-
"prettier",
63-
"git add"
64-
]
50+
"*.js": ["prettier", "git add"],
51+
"*.json": ["prettier", "git add"]
6552
}
6653
}

0 commit comments

Comments
 (0)