@gooddata/stylelint-config 4.0.1 → 5.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.stylelintrc +3 -1
- package/LICENSE +7 -0
- package/NOTICE.txt +9213 -0
- package/README.md +3 -3
- package/package.json +9 -8
- package/LICENSE.txt +0 -3
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ Modify your `.stylelintrc` configuration file:
|
|
|
10
10
|
{
|
|
11
11
|
"extends": ["@gooddata/stylelint-config"]
|
|
12
12
|
}
|
|
13
|
-
```
|
|
13
|
+
```
|
|
14
14
|
|
|
15
15
|
# Development
|
|
16
16
|
|
|
@@ -28,7 +28,7 @@ Package publishing is done via Jenkins Job:
|
|
|
28
28
|
[https://checklist.intgdc.com/job/client-libs/job/gooddata-css-style-release/](https://checklist.intgdc.com/job/client-libs/job/gooddata-css-style-release/)
|
|
29
29
|
|
|
30
30
|
## License
|
|
31
|
-
Copyright © GoodData Corporation
|
|
31
|
+
Copyright © GoodData Corporation 2019-2022, All rights reserved
|
|
32
32
|
|
|
33
|
-
No license granted. Unauthorized copying, modification, distribution, or use of this file is strictly prohibited.
|
|
33
|
+
No license granted. Unauthorized copying, modification, distribution, or use of this file is strictly prohibited.
|
|
34
34
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/stylelint-config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"description": "GoodData CSS Style Guide",
|
|
5
5
|
"main": ".stylelintrc",
|
|
6
6
|
"scripts": {
|
|
@@ -11,26 +11,27 @@
|
|
|
11
11
|
"url": "git+https://github.com/gooddata/gdc-css-style.git"
|
|
12
12
|
},
|
|
13
13
|
"author": "GoodData Corporation",
|
|
14
|
-
"license": "
|
|
14
|
+
"license": "MIT",
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/gooddata/gdc-css-style/issues"
|
|
17
17
|
},
|
|
18
18
|
"files": [
|
|
19
|
-
".stylelintrc"
|
|
19
|
+
".stylelintrc",
|
|
20
|
+
"NOTICE.txt"
|
|
20
21
|
],
|
|
21
22
|
"homepage": "https://github.com/gooddata/gdc-css-style",
|
|
22
23
|
"engines": {
|
|
23
24
|
"node": ">= 4"
|
|
24
25
|
},
|
|
25
26
|
"dependencies": {
|
|
26
|
-
"stylelint": "
|
|
27
|
+
"stylelint": "^13.6.1",
|
|
27
28
|
"stylelint-checkstyle-formatter": "0.1.2",
|
|
28
|
-
"stylelint-config-standard": "
|
|
29
|
-
"stylelint-order": "
|
|
30
|
-
"stylelint-scss": "
|
|
29
|
+
"stylelint-config-standard": "^20.0.0",
|
|
30
|
+
"stylelint-order": "^4.1.0",
|
|
31
|
+
"stylelint-scss": "^3.18.0"
|
|
31
32
|
},
|
|
32
33
|
"devDependencies": {
|
|
33
|
-
"jest": "^
|
|
34
|
+
"jest": "^27.4.5"
|
|
34
35
|
},
|
|
35
36
|
"keywords": [
|
|
36
37
|
"stylelint",
|
package/LICENSE.txt
DELETED