@enigmatry/stylelint-config 20.0.1-preview.4 → 20.3.1-preview.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.
Files changed (2) hide show
  1. package/index.js +12 -3
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -71,7 +71,7 @@ module.exports = {
71
71
  {
72
72
  ignore: ["empty-lines"]
73
73
  }
74
- ],
74
+ ],
75
75
  "@stylistic/no-extra-semicolons": true,
76
76
  "@stylistic/no-missing-end-of-source-newline": null,
77
77
  "@stylistic/number-leading-zero": "never",
@@ -106,7 +106,7 @@ module.exports = {
106
106
  ignoreAnnotations: ["default"]
107
107
  }
108
108
  ],
109
- "at-rule-allowed-list": ["use", "for", "if", "else", "include", "extend", "return", "error", "each", "mixin", "function", "keyframes", "font-face", "forward", "at-root", "while"],
109
+ "at-rule-allowed-list": ["use", "for", "if", "else", "include", "extend", "return", "error", "each", "mixin", "function", "keyframes", "font-face", "forward", "at-root", "while"],
110
110
  "at-rule-descriptor-no-unknown": null,
111
111
  "at-rule-descriptor-value-no-unknown": null,
112
112
  "at-rule-disallowed-list": null,
@@ -124,6 +124,8 @@ module.exports = {
124
124
  "at-rule-prelude-no-invalid": null,
125
125
  "at-rule-property-required-list": null,
126
126
  "block-no-empty": true,
127
+ "block-no-redundant-nested-style-rules": true,
128
+ "color-function-alias-notation": "without-alpha",
127
129
  "color-function-notation": "modern",
128
130
  "color-hex-alpha": null,
129
131
  "color-hex-length": "short",
@@ -135,6 +137,7 @@ module.exports = {
135
137
  "comment-pattern": null,
136
138
  "comment-whitespace-inside": "always",
137
139
  "comment-word-disallowed-list": null,
140
+ "container-name-pattern": null,
138
141
  "custom-media-pattern": null,
139
142
  "custom-property-empty-line-before": "always",
140
143
  "custom-property-no-missing-var-function": null,
@@ -177,6 +180,7 @@ module.exports = {
177
180
  "keyframe-declaration-no-important": true,
178
181
  "keyframe-selector-notation": "percentage-unless-within-keyword-only-block",
179
182
  "keyframes-name-pattern": null,
183
+ "layer-name-pattern": null,
180
184
  "length-zero-no-unit": true,
181
185
  "lightness-notation": "number",
182
186
  "max-nesting-depth": [
@@ -193,6 +197,8 @@ module.exports = {
193
197
  "media-feature-name-value-no-unknown": null,
194
198
  "media-feature-range-notation": "context",
195
199
  "media-query-no-invalid": true,
200
+ "media-type-no-deprecated": true,
201
+ "nesting-selector-no-missing-scoping-root": true,
196
202
  "named-grid-areas-no-invalid": true,
197
203
  "no-descending-specificity": true,
198
204
  "no-duplicate-at-import-rules": true,
@@ -200,6 +206,7 @@ module.exports = {
200
206
  "no-empty-source": null,
201
207
  "no-invalid-double-slash-comments": true,
202
208
  "no-invalid-position-at-import-rule": true,
209
+ "no-invalid-position-declaration": true,
203
210
  "no-irregular-whitespace": null,
204
211
  "no-unknown-animations": true,
205
212
  "no-unknown-custom-media": true,
@@ -207,6 +214,7 @@ module.exports = {
207
214
  "number-max-precision": 2,
208
215
  "property-allowed-list": null,
209
216
  "property-disallowed-list": null,
217
+ "property-no-deprecated": true,
210
218
  "property-no-vendor-prefix": true,
211
219
  "rule-empty-line-before": [
212
220
  "always",
@@ -214,6 +222,7 @@ module.exports = {
214
222
  except: ["after-single-line-comment", "first-nested"]
215
223
  }
216
224
  ],
225
+ "rule-nesting-at-rule-required-list": null,
217
226
  "rule-selector-property-disallowed-list": null,
218
227
  "selector-anb-no-unmatchable": true,
219
228
  "selector-attribute-name-disallowed-list": null,
@@ -345,7 +354,7 @@ module.exports = {
345
354
  "scss/no-duplicate-dollar-variables": [
346
355
  true,
347
356
  {
348
- ignoreInsideAtRules: ["each","while"]
357
+ ignoreInsideAtRules: ["each", "while"]
349
358
  }
350
359
  ],
351
360
  "scss/no-duplicate-mixins": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enigmatry/stylelint-config",
3
- "version": "20.0.1-preview.4",
3
+ "version": "20.3.1-preview.1",
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",
@@ -14,13 +14,13 @@
14
14
  ],
15
15
  "dependencies": {
16
16
  "postcss-scss": "^4.0.9",
17
- "stylelint": "^16.16.0",
17
+ "stylelint": "^16.25.0",
18
18
  "stylelint-config-property-sort-order-smacss": "^10.0.0",
19
- "@stylistic/stylelint-plugin": "^3.1.2",
19
+ "@stylistic/stylelint-plugin": "^4.0.0",
20
20
  "stylelint-use-nesting": "^6.0.0",
21
21
  "stylelint-declaration-block-no-ignored-properties": "^2.8.0",
22
22
  "stylelint-file-max-lines": "^1.0.0",
23
- "stylelint-scss": "^6.11.1",
23
+ "stylelint-scss": "^6.12.1",
24
24
  "stylelint-group-selectors": "^1.0.10"
25
25
  },
26
26
  "deprecatedDependencies": {