@enigmatry/stylelint-config 21.1.1 → 21.2.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/index.js +4 -0
- package/package.json +5 -5
package/index.js
CHANGED
|
@@ -74,6 +74,7 @@ module.exports = {
|
|
|
74
74
|
],
|
|
75
75
|
"@stylistic/no-extra-semicolons": true,
|
|
76
76
|
"@stylistic/no-missing-end-of-source-newline": null,
|
|
77
|
+
"@stylistic/no-multiple-whitespaces": true,
|
|
77
78
|
"@stylistic/number-leading-zero": "never",
|
|
78
79
|
"@stylistic/number-no-trailing-zeros": true,
|
|
79
80
|
"@stylistic/property-case": "lower",
|
|
@@ -214,8 +215,10 @@ module.exports = {
|
|
|
214
215
|
"number-max-precision": 2,
|
|
215
216
|
"property-allowed-list": null,
|
|
216
217
|
"property-disallowed-list": null,
|
|
218
|
+
"property-layout-mappings": null,
|
|
217
219
|
"property-no-deprecated": true,
|
|
218
220
|
"property-no-vendor-prefix": true,
|
|
221
|
+
"relative-selector-nesting-notation": "implicit",
|
|
219
222
|
"rule-empty-line-before": [
|
|
220
223
|
"always",
|
|
221
224
|
{
|
|
@@ -249,6 +252,7 @@ module.exports = {
|
|
|
249
252
|
"selector-max-type": 2,
|
|
250
253
|
"selector-max-universal": 0,
|
|
251
254
|
"selector-nested-pattern": null,
|
|
255
|
+
"selector-no-deprecated": true,
|
|
252
256
|
"selector-no-qualifying-type": true,
|
|
253
257
|
"selector-no-vendor-prefix": true,
|
|
254
258
|
"selector-not-notation": null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@enigmatry/stylelint-config",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.2.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,10 +14,10 @@
|
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"postcss-scss": "^4.0.9",
|
|
17
|
-
"stylelint": "^17.
|
|
18
|
-
"stylelint-config-property-sort-order-smacss": "^11.
|
|
19
|
-
"@stylistic/stylelint-plugin": "^5.0
|
|
20
|
-
"stylelint-use-nesting": "^6.0.
|
|
17
|
+
"stylelint": "^17.9.1",
|
|
18
|
+
"stylelint-config-property-sort-order-smacss": "^11.2.0",
|
|
19
|
+
"@stylistic/stylelint-plugin": "^5.1.0",
|
|
20
|
+
"stylelint-use-nesting": "^6.0.2",
|
|
21
21
|
"stylelint-declaration-block-no-ignored-properties": "^3.0.0",
|
|
22
22
|
"stylelint-file-max-lines": "^1.0.0",
|
|
23
23
|
"stylelint-scss": "^7.0.0",
|