@xiaohe01/stylelint-config 2.2.0 → 2.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/dist/index.cjs CHANGED
@@ -206,14 +206,6 @@ function vue(options = {}) {
206
206
  name: "xiaohe/vue/rules",
207
207
  files: GLOB_VUE,
208
208
  rules: {
209
- "declaration-property-value-no-unknown": [
210
- true,
211
- {
212
- ignoreProperties: {
213
- "/.*/": "/v-bind\\(.+\\)/"
214
- }
215
- }
216
- ],
217
209
  "function-no-unknown": [
218
210
  true,
219
211
  {
package/dist/index.mjs CHANGED
@@ -204,14 +204,6 @@ function vue(options = {}) {
204
204
  name: "xiaohe/vue/rules",
205
205
  files: GLOB_VUE,
206
206
  rules: {
207
- "declaration-property-value-no-unknown": [
208
- true,
209
- {
210
- ignoreProperties: {
211
- "/.*/": "/v-bind\\(.+\\)/"
212
- }
213
- }
214
- ],
215
207
  "function-no-unknown": [
216
208
  true,
217
209
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xiaohe01/stylelint-config",
3
3
  "type": "module",
4
- "version": "2.2.0",
4
+ "version": "2.2.1",
5
5
  "description": "🤚 Stylelint config preset for xiaohe",
6
6
  "author": "xiaohe0601 <xiaohe0601@outlook.com>",
7
7
  "license": "MIT",