-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.1 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
{
"name": "stylelint-config-roboleary",
"version": "0.4.1",
"description": "My stylelint config for linting CSS and SCSS. I use this along side Prettier, a config is included to disable any conflicting rules.",
"main": "index.js",
"keywords": [
"css",
"scss",
"sass",
"less",
"stylelint",
"css lint",
"config",
"prettier"
],
"funding": {
"type": "individual",
"url": "https://ko-fi.com/roboleary"
},
"repository": {
"type": "git",
"url": "https://github.com/robole/stylelint-config-roboleary.git"
},
"author": "rob oleary",
"license": "ISC",
"bugs": {
"url": "https://github.com/robole/stylelint-config-roboleary/issues"
},
"homepage": "https://github.com/robole/stylelint-config-roboleary#readme",
"dependencies": {
"stylelint-color-format": "^1.1.0",
"stylelint-config-idiomatic-order": ">=8.1.0",
"stylelint-config-prettier": ">=8.0.2",
"stylelint-config-standard": ">=22.0.0",
"stylelint-declaration-block-no-ignored-properties": ">=2.4.0",
"stylelint-order": ">=4.1.0",
"stylelint-scss": ">=3.20.1"
}
}