-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 792 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"dependencies": {
"alex": "^9.1.0",
"diff": "^4.0.2",
"markdownlint-cli": "^0.23.0",
"prettier": "^2.2.1",
"textlint": "^11.7.6",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-abbr-within-parentheses": "^1.0.2",
"textlint-rule-apostrophe": "^2.0.0",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-diacritics": "1.0.0",
"textlint-rule-max-comma": "^1.0.4",
"textlint-rule-no-dead-link": "^4.7.0",
"textlint-rule-no-start-duplicated-conjunction": "^2.0.2",
"textlint-rule-stop-words": "^2.0.7",
"textlint-rule-terminology": "^2.1.4",
"textlint-rule-unexpanded-acronym": "^1.2.4",
"textlint-rule-write-good": "^1.6.2"
}
}