forked from coala/coala-bears
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.7 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
{
"name": "coala-bears",
"version": "0.8.0",
"dependencies": {
"alex": "~3",
"autoprefixer": "~7.2.0",
"babel-eslint": "~8.0",
"bootlint": "~0",
"coffeelint": "~1",
"complexity-report": "~2.0.0-alpha",
"csscomb": "~4.2.0",
"csslint": "~1",
"dockerfile_lint": "~0.3.2",
"elm": "~0.18",
"eslint": "~3",
"eslint-plugin-import": "~2",
"happiness": "~10",
"htmlhint": "~0.9.13",
"jshint": "~2.9.5",
"postcss-cli": "~2",
"prettier": "~1.9.2",
"pug-lint": "~2.4.0",
"ramllint": ">=1.2.2 <1.2.4 || >=1.2.5 <1.3.0",
"remark-cli": "~2",
"remark-lint": "~5",
"remark-validate-links": "~5",
"sass-lint": "~1.12.1",
"standard": "~10",
"stylelint": "~7",
"stylint": "~1.5.9",
"textlint": "~7.3.0",
"textlint-plugin-asciidoc-loose": "~1.0.1",
"textlint-plugin-html": "~0.1.5",
"textlint-plugin-review": "~0.3.3",
"textlint-plugin-rst": "~0.1.1",
"textlint-rule-alex": "~1.2.0",
"textlint-rule-common-misspellings": "~1.0.1",
"textlint-rule-date-weekday-mismatch": "~1.0.5",
"textlint-rule-ginger": ">=2.1.0 <2.1.2",
"textlint-rule-max-comma": "~1.0.4",
"textlint-rule-max-number-of-lines": "~1.0.3",
"textlint-rule-ng-word": "~1.0.0",
"textlint-rule-no-dead-link": "~3.1.1",
"textlint-rule-no-empty-section": "~1.1.0",
"textlint-rule-no-start-duplicated-conjunction": "~1.1.3",
"textlint-rule-no-todo": "~2.0.0",
"textlint-rule-period-in-list-item": "~0.2.0",
"textlint-rule-rousseau": "~1.4.5",
"textlint-rule-unexpanded-acronym": "~1.2.1",
"textlint-rule-write-good": "~1.6.0",
"tslint": "~3",
"typescript": ">=1.7.3",
"write-good": "~0.9.1"
}
}