@pawover/eslint-rules 0.0.0-alpha.17 → 0.0.0-alpha.19

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.
@@ -115,7 +115,7 @@ export default {
115
115
  "ts/prefer-destructuring": 0,
116
116
  "ts/prefer-enum-initializers": 0,
117
117
  "ts/prefer-find": 2,
118
- "ts/prefer-for-of": 2,
118
+ "ts/prefer-for-of": 0,
119
119
  "ts/prefer-function-type": 2,
120
120
  "ts/prefer-includes": 0,
121
121
  "ts/prefer-literal-enum-member": 0,
package/dist/core.vue.js CHANGED
@@ -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.17",
7
+ "version": "0.0.0-alpha.19",
8
8
  "packageManager": "pnpm@10.20.0",
9
9
  "engines": {
10
10
  "node": ">=22.20.0"