@enigmatry/stylelint-config 15.1.1-preview.1 → 15.1.1-preview.4
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/index.js +5 -2
- package/package.json +11 -10
package/index.js
CHANGED
|
@@ -7,7 +7,7 @@ module.exports = {
|
|
|
7
7
|
"stylelint-scss",
|
|
8
8
|
"stylelint-use-nesting",
|
|
9
9
|
//"stylelint-selector-no-empty", => uncomment this line once this library is again compatible with stylelint v15+
|
|
10
|
-
|
|
10
|
+
"stylelint-group-selectors",
|
|
11
11
|
"stylelint-max-lines",
|
|
12
12
|
"stylelint-declaration-block-no-ignored-properties"
|
|
13
13
|
],
|
|
@@ -179,6 +179,8 @@ module.exports = {
|
|
|
179
179
|
"scss/at-import-no-partial-leading-underscore": true,
|
|
180
180
|
"scss/at-import-partial-extension": "never",
|
|
181
181
|
"scss/at-mixin-argumentless-call-parentheses": "always",
|
|
182
|
+
"scss/at-use-no-redundant-alias": true,
|
|
183
|
+
"scss/at-root-no-redundant": true,
|
|
182
184
|
"scss/at-mixin-parentheses-space-before": "never",
|
|
183
185
|
"scss/dollar-variable-colon-space-after": "always",
|
|
184
186
|
"scss/dollar-variable-colon-space-before": "never",
|
|
@@ -189,6 +191,7 @@ module.exports = {
|
|
|
189
191
|
{ "ignoreFunctions": ["/^-/", "/^mat\\./", "/^theming\\.mat/"] }
|
|
190
192
|
],
|
|
191
193
|
"scss/function-quote-no-quoted-strings-inside": true,
|
|
194
|
+
"scss/function-calculation-no-interpolation": null,
|
|
192
195
|
"scss/function-unquote-no-unquoted-strings-inside": true,
|
|
193
196
|
"scss/operator-no-newline-after": true,
|
|
194
197
|
"scss/operator-no-newline-before": true,
|
|
@@ -216,7 +219,7 @@ module.exports = {
|
|
|
216
219
|
{ "ignoreAtRules": ["use"] }
|
|
217
220
|
],
|
|
218
221
|
"plugin/declaration-block-no-ignored-properties": true,
|
|
219
|
-
|
|
222
|
+
"plugin/stylelint-group-selectors": true,
|
|
220
223
|
//"plugin/stylelint-selector-no-empty": true, => uncomment this line once this library is again compatible with stylelint v15+
|
|
221
224
|
"csstools/use-nesting": ["always",
|
|
222
225
|
{ "syntax": "scss" }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@enigmatry/stylelint-config",
|
|
3
|
-
"version": "15.1.1-preview.
|
|
3
|
+
"version": "15.1.1-preview.4",
|
|
4
4
|
"author": "Enigmatry",
|
|
5
5
|
"description": "Stylelint shareable config for the Enigmatry style.",
|
|
6
6
|
"homepage": "https://github.com/enigmatry/entry-angular-building-blocks/tree/master/libs/stylelint-config#readme",
|
|
@@ -13,25 +13,26 @@
|
|
|
13
13
|
"index.js"
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"stylelint": "15.
|
|
17
|
-
"postcss-scss": "4.0.
|
|
16
|
+
"stylelint": "15.10.3",
|
|
17
|
+
"postcss-scss": "4.0.7",
|
|
18
18
|
"stylelint-config-property-sort-order-smacss": "9.1.0",
|
|
19
19
|
"stylelint-declaration-block-no-ignored-properties": "2.7.0",
|
|
20
20
|
"stylelint-max-lines": "0.1.0",
|
|
21
|
-
"stylelint-scss": "5.
|
|
22
|
-
"stylelint-use-nesting": "4.1.0"
|
|
21
|
+
"stylelint-scss": "5.2.1",
|
|
22
|
+
"stylelint-use-nesting": "4.1.0",
|
|
23
|
+
"stylelint-group-selectors": "1.0.10"
|
|
23
24
|
},
|
|
24
25
|
"peerDependencies": {
|
|
25
|
-
"stylelint": "15.
|
|
26
|
-
"postcss-scss": "4.0.
|
|
26
|
+
"stylelint": "15.10.3",
|
|
27
|
+
"postcss-scss": "4.0.7",
|
|
27
28
|
"stylelint-config-property-sort-order-smacss": "9.1.0",
|
|
28
29
|
"stylelint-declaration-block-no-ignored-properties": "2.7.0",
|
|
29
30
|
"stylelint-max-lines": "0.1.0",
|
|
30
|
-
"stylelint-scss": "5.
|
|
31
|
-
"stylelint-use-nesting": "4.1.0"
|
|
31
|
+
"stylelint-scss": "5.2.1",
|
|
32
|
+
"stylelint-use-nesting": "4.1.0",
|
|
33
|
+
"stylelint-group-selectors": "1.0.10"
|
|
32
34
|
},
|
|
33
35
|
"deprecatedDependencies": {
|
|
34
|
-
"stylelint-group-selectors": "1.0.9 is out of support. Add it back to the list if support for Stylelint v15+ is added",
|
|
35
36
|
"stylelint-selector-no-empty": "1.0.9 is out of support. Add it back to the list if support for Stylelint v15+ is added"
|
|
36
37
|
},
|
|
37
38
|
"publishConfig": {
|