stylelint-config-ccb 1.13.1 → 1.13.2
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/data/.DS_Store +0 -0
- package/index.js +3 -0
- package/package.json +2 -1
package/data/.DS_Store
ADDED
|
Binary file
|
package/index.js
CHANGED
|
@@ -9,6 +9,7 @@ module.exports = {
|
|
|
9
9
|
'stylelint-order',
|
|
10
10
|
'stylelint-prettier',
|
|
11
11
|
'stylelint-selector-no-empty',
|
|
12
|
+
'stylelint-declaration-block-no-ignored-properties',
|
|
12
13
|
],
|
|
13
14
|
rules: {
|
|
14
15
|
/* stylelint-config-standard overwrites */
|
|
@@ -172,6 +173,8 @@ module.exports = {
|
|
|
172
173
|
|
|
173
174
|
'plugin/stylelint-no-indistinguishable-colors': true,
|
|
174
175
|
|
|
176
|
+
'plugin/declaration-block-no-ignored-properties': true,
|
|
177
|
+
|
|
175
178
|
'order/order': [
|
|
176
179
|
[
|
|
177
180
|
'dollar-variables',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stylelint-config-ccb",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.2",
|
|
4
4
|
"description": "Stylelint config which extends stylelint-config-standard",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"stylelint",
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"prettier": "^2.7.1",
|
|
29
29
|
"stylelint-color-format": "^1.1.0",
|
|
30
30
|
"stylelint-config-standard": "^26.0.0",
|
|
31
|
+
"stylelint-declaration-block-no-ignored-properties": "^2.5.0",
|
|
31
32
|
"stylelint-no-indistinguishable-colors": "^1.3.0",
|
|
32
33
|
"stylelint-order": "^5.0.0",
|
|
33
34
|
"stylelint-prettier": "^2.0.0",
|