forked from sindresorhus/awesome-lint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
155 lines (155 loc) · 4.53 KB
/
package.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "awesome-java-lint",
"version": "0.1.0",
"description": "Linter for awesome-java",
"license": "MIT",
"repository": "akullpp/awesome-java-lint",
"author": {
"name": "Andreas Kull",
"email": "akullpp@gmail.com",
"url": "chrysanthium.com"
},
"bin": "cli.js",
"engines": {
"node": ">=12"
},
"files": [
"index.js",
"config.js",
"cli.js",
"lib",
"rules"
],
"keywords": [
"awesome",
"java",
"lint",
"linter",
"markdown",
"md",
"remark",
"remark-lint",
"cli-app",
"cli"
],
"dependencies": {
"arrify": "^2.0.1",
"case": "^1.6.3",
"emoji-regex": "^9.0.0",
"execa": "^4.0.3",
"git-clone": "^0.1.0",
"github-slugger": "^1.3.0",
"github-url-to-object": "^4.0.4",
"globby": "^11.0.1",
"got": "^11.5.1",
"is-github-url": "^1.2.2",
"is-url-superb": "^4.0.0",
"mdast-util-to-string": "^1.1.0",
"meow": "^7.0.1",
"ora": "^4.0.5",
"parse-github-url": "^1.0.2",
"pify": "^5.0.0",
"read-pkg": "^5.2.0",
"remark": "^12.0.1",
"remark-lint": "^7.0.1",
"remark-lint-blockquote-indentation": "^2.0.1",
"remark-lint-checkbox-character-style": "^2.0.1",
"remark-lint-checkbox-content-indent": "^2.0.1",
"remark-lint-code-block-style": "^2.0.1",
"remark-lint-definition-case": "^2.0.1",
"remark-lint-definition-spacing": "^2.0.1",
"remark-lint-double-link": "^0.1.0",
"remark-lint-emphasis-marker": "^2.0.1",
"remark-lint-fenced-code-marker": "^2.0.1",
"remark-lint-file-extension": "^1.0.5",
"remark-lint-final-newline": "^1.0.5",
"remark-lint-hard-break-spaces": "^2.0.1",
"remark-lint-heading-style": "^2.0.1",
"remark-lint-link-title-style": "^2.0.1",
"remark-lint-list-item-bullet-indent": "^2.0.1",
"remark-lint-list-item-content-indent": "^2.0.1",
"remark-lint-list-item-indent": "^2.0.1",
"remark-lint-match-punctuation": "^0.2.0",
"remark-lint-no-auto-link-without-protocol": "^2.0.1",
"remark-lint-no-blockquote-without-marker": "^3.0.1",
"remark-lint-no-emphasis-as-heading": "^2.0.1",
"remark-lint-no-empty-sections": "^4.0.0",
"remark-lint-no-file-name-articles": "^1.0.5",
"remark-lint-no-file-name-consecutive-dashes": "^1.0.5",
"remark-lint-no-file-name-irregular-characters": "^1.0.5",
"remark-lint-no-file-name-mixed-case": "^1.0.5",
"remark-lint-no-file-name-outer-dashes": "^1.0.6",
"remark-lint-no-heading-content-indent": "^2.0.1",
"remark-lint-no-heading-indent": "^2.0.1",
"remark-lint-no-heading-punctuation": "^2.0.1",
"remark-lint-no-inline-padding": "^2.0.1",
"remark-lint-no-multiple-toplevel-headings": "^2.0.1",
"remark-lint-no-repeat-punctuation": "^0.1.3",
"remark-lint-no-shell-dollars": "^2.0.2",
"remark-lint-no-table-indentation": "^2.0.1",
"remark-lint-no-undefined-references": "^2.0.1",
"remark-lint-no-unneeded-full-reference-image": "^2.0.1",
"remark-lint-no-unneeded-full-reference-link": "^2.0.1",
"remark-lint-no-unused-definitions": "^2.0.1",
"remark-lint-ordered-list-marker-style": "^2.0.1",
"remark-lint-ordered-list-marker-value": "^2.0.1",
"remark-lint-rule-style": "^2.0.1",
"remark-lint-strong-marker": "^2.0.1",
"remark-lint-table-cell-padding": "^2.0.1",
"remark-lint-table-pipe-alignment": "^2.0.1",
"remark-lint-table-pipes": "^2.0.1",
"remark-lint-unordered-list-marker-style": "^2.0.1",
"rmfr": "^2.0.0",
"tempy": "^0.6.0",
"to-vfile": "^6.1.0",
"unified-lint-rule": "^1.0.6",
"unist-util-find": "^1.0.1",
"unist-util-find-all-after": "^3.0.1",
"unist-util-find-all-before": "^2.0.5",
"unist-util-find-all-between": "^2.0.0",
"unist-util-visit": "^2.0.3",
"url-exist": "^2.0.2",
"vfile-reporter-pretty": "^5.0.0"
},
"devDependencies": {
"eslint": "^7.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-ava": "^10.4.0",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"**/*.js": [
"pretty-quick --staged",
"eslint"
]
},
"prettier": {
"semi": false,
"singleQuote": true,
"trailingComma": "all"
},
"eslintConfig": {
"env": {
"es6": true
},
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module"
},
"extends": [
"prettier"
],
"plugins": [
"prettier"
]
}
}