@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 +0 -8
- package/dist/index.mjs +0 -8
- package/package.json +1 -1
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
|
{
|