@pawover/eslint-rules 0.0.0-alpha.20 → 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.
@@ -24,7 +24,7 @@ export default {
24
24
  "no-empty-character-class": 2,
25
25
  "no-empty-pattern": 2,
26
26
  "no-ex-assign": 2,
27
- "no-fallthrough": 2,
27
+ "no-fallthrough": 0,
28
28
  "no-func-assign": 2,
29
29
  "no-import-assign": 2,
30
30
  "no-inner-declarations": 2,
@@ -75,7 +75,7 @@ export default {
75
75
  "dot-notation": 0,
76
76
  "eqeqeq": 2,
77
77
  "func-name-matching": 2,
78
- "func-names": 2,
78
+ "func-names": 1,
79
79
  "func-style": 0,
80
80
  "grouped-accessor-pairs": [2, "getBeforeSet"],
81
81
  "guard-for-in": 2,
@@ -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
@@ -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": 2,
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": 2,
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,
@@ -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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAmHE"}
1
+ {"version":3,"file":"core.stylistic.d.ts","sourceRoot":"","sources":["../../src/core.stylistic.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAmHE"}
@@ -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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAuQE"}
1
+ {"version":3,"file":"core.vue.d.ts","sourceRoot":"","sources":["../../src/core.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAuQE"}
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "description": "pawover's esLint rules",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
- "version": "0.0.0-alpha.20",
7
+ "version": "0.0.0-alpha.22",
8
8
  "packageManager": "pnpm@10.20.0",
9
9
  "engines": {
10
10
  "node": ">=22.20.0"