@d-zero/stylelint-config 5.0.0-dev.92 → 5.0.0-dev.93

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/base.js +1 -0
  2. package/package.json +2 -2
package/base.js CHANGED
@@ -130,6 +130,7 @@ module.exports = {
130
130
  // Overwrite stylelint-config-standard
131
131
  'custom-media-pattern': null,
132
132
  'custom-property-pattern': null,
133
+ 'selector-class-pattern': null,
133
134
  },
134
135
  overrides: [
135
136
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d-zero/stylelint-config",
3
- "version": "5.0.0-dev.92+cac5756",
3
+ "version": "5.0.0-dev.93+c6646f2",
4
4
  "description": "Configurations of Stylelint",
5
5
  "repository": "https://github.com/d-zero-dev/node-dev-env.git",
6
6
  "author": "D-ZERO Co., Ltd.",
@@ -30,5 +30,5 @@
30
30
  "stylelint-order": "6.0.4",
31
31
  "stylelint-scss": "6.0.0"
32
32
  },
33
- "gitHead": "cac5756806a90edaa73a57e49f0dcd45495290ab"
33
+ "gitHead": "c6646f2425c257367f106e5e2cee276c42aef9d5"
34
34
  }