@pawover/eslint-rules 0.0.0-alpha.21 → 0.0.0-alpha.22
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.stylistic.js +1 -1
- package/dist/core.vue.js +1 -1
- package/dist/types/core.stylistic.d.ts +3 -1
- package/dist/types/core.stylistic.d.ts.map +1 -1
- package/dist/types/core.vue.d.ts +3 -1
- package/dist/types/core.vue.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/core.javascript.js
CHANGED
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", { objectsInObjects: false }],
|
|
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
|
@@ -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", { objectsInObjects: false }],
|
|
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,7 +84,9 @@ 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
|
|
87
|
+
"stylistic/object-curly-spacing": (string | number | {
|
|
88
|
+
objectsInObjects: boolean;
|
|
89
|
+
})[];
|
|
88
90
|
"stylistic/object-property-newline": (number | {
|
|
89
91
|
allowAllPropertiesOnSameLine: boolean;
|
|
90
92
|
})[];
|
|
@@ -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,7 +269,9 @@ 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
|
|
272
|
+
"vue/object-curly-spacing": (string | number | {
|
|
273
|
+
objectsInObjects: boolean;
|
|
274
|
+
})[];
|
|
273
275
|
"vue/object-property-newline": (number | {
|
|
274
276
|
allowAllPropertiesOnSameLine: boolean;
|
|
275
277
|
})[];
|
|
@@ -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"}
|