-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 988 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 988 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"private": true,
"scripts": {
"lint": "yarn f --check && yarn m && yarn t:cache",
"fix": "yarn f --write && yarn m && yarn t --fix || true && yarn t:cache",
"t": "textlint ./articles/**/*.mdx",
"t:cache": "textlint --cache --experimental --parallel ./articles/**/*.mdx",
"m": "eslint --cache ./articles/**/*.mdx",
"f": "prettier --cache ./articles/**/*.mdx",
"postinstall": "husky install"
},
"license": "UNLICENSED",
"dependencies": {
"eslint": "8.56.0",
"eslint-plugin-mdx": "3.1.5",
"husky": "9.0.11",
"prettier": "3.2.5",
"remark-preset-lint-consistent": "5.1.2",
"remark-preset-lint-markdown-style-guide": "5.1.3",
"remark-preset-lint-recommended": "6.1.3",
"remark-preset-prettier": "2.0.1",
"textlint": "13.4.1",
"textlint-filter-rule-comments": "1.2.2",
"textlint-rule-preset-ja-spacing": "2.3.0",
"textlint-rule-preset-ja-technical-writing": "10.0.1"
},
"packageManager": "yarn@4.1.0"
}