@enigmatry/stylelint-config 1.2.24 → 1.2.26

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 +4 -4
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -6,8 +6,8 @@ module.exports = {
6
6
  plugins: [
7
7
  "stylelint-scss",
8
8
  "stylelint-use-nesting",
9
- "stylelint-selector-no-empty",
10
- "stylelint-group-selectors",
9
+ //"stylelint-selector-no-empty", => uncomment this line once this library is again compatible with stylelint v15+
10
+ //"stylelint-group-selectors", => uncomment this line once this library is again compatible with stylelint v15+
11
11
  "stylelint-max-lines",
12
12
  "stylelint-declaration-block-no-ignored-properties"
13
13
  ],
@@ -200,8 +200,8 @@ module.exports = {
200
200
  { "ignoreAtRules": ["use"] }
201
201
  ],
202
202
  "plugin/declaration-block-no-ignored-properties": true,
203
- "plugin/stylelint-group-selectors": true,
204
- "plugin/stylelint-selector-no-empty": true,
203
+ //"plugin/stylelint-group-selectors": true, => uncomment this line once this library is again compatible with stylelint v15+
204
+ //"plugin/stylelint-selector-no-empty": true, => uncomment this line once this library is again compatible with stylelint v15+
205
205
  "csstools/use-nesting": ["always",
206
206
  { "syntax": "scss" }
207
207
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enigmatry/stylelint-config",
3
- "version": "1.2.24",
3
+ "version": "1.2.26",
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/projects/stylelint-config#readme",