@newhighsco/stylelint-config 3.1.22 → 3.1.24
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/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -27,8 +27,8 @@ Now you can run stylelint by adding the following scripts to your `package.json`
|
|
|
27
27
|
|
|
28
28
|
```json
|
|
29
29
|
"scripts": {
|
|
30
|
-
"lint:css": "stylelint
|
|
31
|
-
"format:css": "yarn lint:css --
|
|
30
|
+
"lint:css": "stylelint --cache --ignore-path .gitignore '**/*.?(s)css'",
|
|
31
|
+
"format:css": "yarn lint:css --fix"
|
|
32
32
|
}
|
|
33
33
|
```
|
|
34
34
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@newhighsco/stylelint-config",
|
|
3
3
|
"description": "New High Score shareable config for stylelint",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.24",
|
|
5
5
|
"author": "New High Score <hello@newhighsco.re>",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"private": false,
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"stylelint-config-css-modules": "4.1.0",
|
|
24
24
|
"stylelint-config-prettier": "9.0.3",
|
|
25
|
-
"stylelint-config-standard-scss": "6.
|
|
25
|
+
"stylelint-config-standard-scss": "6.1.0",
|
|
26
26
|
"stylelint-prettier": "2.0.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"stylelint": "14.14.
|
|
29
|
+
"stylelint": "14.14.1"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"prettier": "2.7.1",
|
|
33
|
-
"stylelint": "14.14.
|
|
33
|
+
"stylelint": "14.14.1"
|
|
34
34
|
}
|
|
35
35
|
}
|