@pawover/eslint-rules 0.0.0-alpha.20 → 0.0.0-alpha.21
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/core.javascript.js +1 -1
- package/dist/core.vue.js +2 -2
- package/package.json +1 -1
package/dist/core.javascript.js
CHANGED
package/dist/core.vue.js
CHANGED
|
@@ -124,7 +124,7 @@ export default {
|
|
|
124
124
|
"vue/no-lone-template": 2,
|
|
125
125
|
"vue/no-multiple-slot-args": 2,
|
|
126
126
|
"vue/no-required-prop-with-default": 2,
|
|
127
|
-
"vue/no-v-html":
|
|
127
|
+
"vue/no-v-html": 0,
|
|
128
128
|
"vue/order-in-components": 2,
|
|
129
129
|
"vue/this-in-template": 2,
|
|
130
130
|
// Uncategorised
|
|
@@ -159,7 +159,7 @@ export default {
|
|
|
159
159
|
"vue/no-multiple-objects-in-class": 0,
|
|
160
160
|
"vue/no-negated-v-if-condition": 0,
|
|
161
161
|
"vue/no-potential-component-option-typo": 0,
|
|
162
|
-
"vue/no-ref-object-reactivity-loss":
|
|
162
|
+
"vue/no-ref-object-reactivity-loss": 0,
|
|
163
163
|
"vue/no-restricted-block": 0,
|
|
164
164
|
"vue/no-restricted-call-after-await": 0,
|
|
165
165
|
"vue/no-restricted-class": 0,
|