-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.24 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
{
"name": "@chromatix/stylelint-config-chromatix",
"version": "0.1.19",
"description": "Chromatix custom config for stylelint. Based heavily on the WordPress Coding Standards but with some of our own too.",
"homepage": "https://github.com/ChromatixAU/stylelint-config-chromatix#readme",
"author": "Tim Malone <tim.malone@chromatix.com.au>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ChromatixAU/stylelint-config-chromatix.git"
},
"bugs": {
"url": "https://github.com/ChromatixAU/stylelint-config-chromatix/issues"
},
"main": "index.js",
"scripts": {
"lint": "cross-env DEBUG=eslint:cli-engine eslint --ignore-pattern coverage/ \"**/*.js\"",
"test": "jest --verbose --coverage"
},
"jest": {
"testMatch": [
"**/tests/**/*.js"
]
},
"keywords": [
"stylelint",
"stylelint-config",
"wordpress",
"chromatix",
"javascript"
],
"dependencies": {
"stylelint": "^9.0.0",
"stylelint-config-sass-guidelines": "^5.2.0",
"stylelint-config-wordpress": "^13.1.0"
},
"devDependencies": {
"@chromatix/eslint-config-chromatix": "^0.0.8",
"cross-env": "^5.1.0",
"eslint": "^4.9.0",
"is-plain-obj": "^1.1.0",
"jest": "^21.2.1"
}
}