@pawover/eslint-rules 0.0.0-alpha.16 → 0.0.0-alpha.18

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.
@@ -37,7 +37,7 @@ export default {
37
37
  "ts/default-param-last": 2,
38
38
  "ts/dot-notation": 0,
39
39
  "ts/explicit-function-return-type": 0,
40
- "ts/explicit-member-accessibility": 2,
40
+ "ts/explicit-member-accessibility": 0,
41
41
  "ts/explicit-module-boundary-types": 0,
42
42
  "ts/init-declarations": 0,
43
43
  "ts/max-params": 0,
package/dist/core.vue.js CHANGED
@@ -136,10 +136,10 @@ export default {
136
136
  "vue/custom-event-name-casing": [2, "camelCase", { ignores: [] }],
137
137
  "vue/define-emits-declaration": 0,
138
138
  "vue/define-macros-order": [2, { order: ["defineOptions", "defineProps", "defineSlots", "defineEmits"], defineExposeLast: false }],
139
- "vue/define-props-declaration": 2,
139
+ "vue/define-props-declaration": 0,
140
140
  "vue/define-props-destructuring": 0,
141
141
  "vue/enforce-style-attribute": 0,
142
- "vue/html-button-has-type": 2,
142
+ "vue/html-button-has-type": 0,
143
143
  "vue/html-comment-content-newline": 2,
144
144
  "vue/html-comment-content-spacing": 2,
145
145
  "vue/html-comment-indent": 2,
@@ -205,7 +205,7 @@ export default {
205
205
  "vue/require-typed-object-prop": 0,
206
206
  "vue/require-typed-ref": 2,
207
207
  "vue/restricted-component-names": 0,
208
- "vue/script-indent": [2, preset.indent, { baseIndent: 0, switchCase: 1, ignores: [] }],
208
+ "vue/script-indent": [0, preset.indent, { baseIndent: 0, switchCase: 1, ignores: [] }],
209
209
  "vue/slot-name-casing": 2,
210
210
  "vue/sort-keys": 0,
211
211
  "vue/static-class-names-order": 0,
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.16",
7
+ "version": "0.0.0-alpha.18",
8
8
  "packageManager": "pnpm@10.20.0",
9
9
  "engines": {
10
10
  "node": ">=22.20.0"