@massimo-cassandro/stylelint-config 2.3.2 → 2.3.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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -160,7 +160,7 @@ export default {
160
160
  'selector-class-pattern': [
161
161
  '^[a-z]+(_?[A-Z]?[a-z0-9]*)*$',
162
162
  {
163
- ignoreSelectors: [/:global/],
163
+ ignoreSelectors: [/:global/], // non funziona
164
164
  resolveNestedSelectors: true
165
165
  }
166
166
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@massimo-cassandro/stylelint-config",
3
- "version": "2.3.2",
3
+ "version": "2.3.4",
4
4
  "description": "my stylelint config",
5
5
  "author": "Massimo Cassandro",
6
6
  "license": "MIT",
@@ -33,8 +33,8 @@
33
33
  "devDependencies": {
34
34
  "@eslint/js": "^10.0.1",
35
35
  "@massimo-cassandro/dev-updater": "^3.0.2",
36
- "@massimo-cassandro/eslint-config": "^3.0.3",
37
- "eslint": "^10.1.0",
36
+ "@massimo-cassandro/eslint-config": "^3.0.4",
37
+ "eslint": "^10.2.0",
38
38
  "globals": "^17.4.0"
39
39
  },
40
40
  "dependencies": {