@so1ve/eslint-config 3.5.0 → 3.5.2

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -2
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1278,8 +1278,6 @@ async function vue({ overrides, typescript: typescript$1 } = {}) {
1278
1278
  "vue/require-prop-types": "off",
1279
1279
  "vue/require-default-prop": "off",
1280
1280
  "vue/multi-word-component-names": "off",
1281
- "vue/no-ref-object-reactivity-loss": "error",
1282
- "vue/no-setup-props-reactivity-loss": "error",
1283
1281
  "vue/block-order": ["error", { order: [
1284
1282
  "script:not([setup])",
1285
1283
  "script[setup]",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@so1ve/eslint-config",
3
- "version": "3.5.0",
3
+ "version": "3.5.2",
4
4
  "author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
5
5
  "type": "module",
6
6
  "description": "Ray's eslint config.",
@@ -69,8 +69,8 @@
69
69
  "typescript-eslint": "^8.34.0",
70
70
  "vue-eslint-parser": "^10.1.3",
71
71
  "yaml-eslint-parser": "^1.3.0",
72
- "@so1ve/eslint-plugin": "3.5.0",
73
- "@so1ve/eslint-plugin-sort-imports": "3.5.0"
72
+ "@so1ve/eslint-plugin": "3.5.2",
73
+ "@so1ve/eslint-plugin-sort-imports": "3.5.2"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@typescript-eslint/utils": "^8.34.0"