@pawover/eslint-rules 0.0.0-alpha.22 → 0.0.0-alpha.24
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.stylistic.js
CHANGED
|
@@ -78,7 +78,7 @@ export default {
|
|
|
78
78
|
"stylistic/no-whitespace-before-property": 2,
|
|
79
79
|
"stylistic/nonblock-statement-body-position": 2,
|
|
80
80
|
"stylistic/object-curly-newline": 2,
|
|
81
|
-
"stylistic/object-curly-spacing": [2, "always"
|
|
81
|
+
"stylistic/object-curly-spacing": [2, "always"],
|
|
82
82
|
"stylistic/object-property-newline": [2, { allowAllPropertiesOnSameLine: true }],
|
|
83
83
|
"stylistic/one-var-declaration-per-line": 2,
|
|
84
84
|
"stylistic/operator-linebreak": [2, "after", { overrides: { "?": "ignore", ":": "ignore", "|": "before" } }],
|
package/dist/core.vue.js
CHANGED
|
@@ -180,7 +180,7 @@ export default {
|
|
|
180
180
|
"vue/no-undef-properties": 0,
|
|
181
181
|
"vue/no-unsupported-features": 0,
|
|
182
182
|
"vue/no-unused-emit-declarations": 0,
|
|
183
|
-
"vue/no-unused-properties":
|
|
183
|
+
"vue/no-unused-properties": 1,
|
|
184
184
|
"vue/no-unused-refs": 2,
|
|
185
185
|
"vue/no-use-v-else-with-v-for": 0,
|
|
186
186
|
"vue/no-useless-mustaches": 2,
|
|
@@ -243,7 +243,7 @@ export default {
|
|
|
243
243
|
"vue/no-sparse-arrays": 2,
|
|
244
244
|
"vue/no-useless-concat": 0,
|
|
245
245
|
"vue/object-curly-newline": 2,
|
|
246
|
-
"vue/object-curly-spacing": [2, "always"
|
|
246
|
+
"vue/object-curly-spacing": [2, "always"],
|
|
247
247
|
"vue/object-property-newline": [2, { allowAllPropertiesOnSameLine: true }],
|
|
248
248
|
"vue/object-shorthand": 0,
|
|
249
249
|
"vue/operator-linebreak": [2, "after", { overrides: { "?": "ignore", ":": "ignore", "|": "before" } }],
|
|
@@ -84,9 +84,7 @@ declare const _default: {
|
|
|
84
84
|
"stylistic/no-whitespace-before-property": number;
|
|
85
85
|
"stylistic/nonblock-statement-body-position": number;
|
|
86
86
|
"stylistic/object-curly-newline": number;
|
|
87
|
-
"stylistic/object-curly-spacing": (string | number
|
|
88
|
-
objectsInObjects: boolean;
|
|
89
|
-
})[];
|
|
87
|
+
"stylistic/object-curly-spacing": (string | number)[];
|
|
90
88
|
"stylistic/object-property-newline": (number | {
|
|
91
89
|
allowAllPropertiesOnSameLine: boolean;
|
|
92
90
|
})[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"core.stylistic.d.ts","sourceRoot":"","sources":["../../src/core.stylistic.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"core.stylistic.d.ts","sourceRoot":"","sources":["../../src/core.stylistic.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAmHE"}
|
package/dist/types/core.vue.d.ts
CHANGED
|
@@ -269,9 +269,7 @@ declare const _default: {
|
|
|
269
269
|
"vue/no-sparse-arrays": number;
|
|
270
270
|
"vue/no-useless-concat": number;
|
|
271
271
|
"vue/object-curly-newline": number;
|
|
272
|
-
"vue/object-curly-spacing": (string | number
|
|
273
|
-
objectsInObjects: boolean;
|
|
274
|
-
})[];
|
|
272
|
+
"vue/object-curly-spacing": (string | number)[];
|
|
275
273
|
"vue/object-property-newline": (number | {
|
|
276
274
|
allowAllPropertiesOnSameLine: boolean;
|
|
277
275
|
})[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"core.vue.d.ts","sourceRoot":"","sources":["../../src/core.vue.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"core.vue.d.ts","sourceRoot":"","sources":["../../src/core.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAuQE"}
|