@alexlit/config-stylelint 46.2.0 → 46.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.
Files changed (2) hide show
  1. package/index.js +1 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -145,8 +145,7 @@ const createConfig = (plugins = {}, options = {}) => ({
145
145
  true,
146
146
  {
147
147
  ignoreProperties: {
148
- // eslint-disable-next-line sonarjs/anchor-precedence
149
- '/.+/': /^(v-(bind|deep|global|slotted)|theme|view)|\$/,
148
+ '/.+/': /(v-(bind|deep|global|slotted)|theme|view)|\$/,
150
149
  },
151
150
  },
152
151
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-stylelint",
3
- "version": "46.2.0",
3
+ "version": "46.2.1",
4
4
  "private": false,
5
5
  "description": "Stylelint config",
6
6
  "keywords": [