@danielwaltz/eslint-config 3.3.3 → 3.5.0

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.mjs +2 -0
  2. package/package.json +11 -11
package/dist/index.mjs CHANGED
@@ -101,8 +101,10 @@ function vueConfigs() {
101
101
  "vue/prefer-define-options": "error",
102
102
  "vue/prefer-prop-type-boolean-first": "error",
103
103
  "vue/prefer-separate-static-class": "error",
104
+ "vue/prefer-single-event-payload": "error",
104
105
  "vue/prefer-true-attribute-shorthand": "error",
105
106
  "vue/prefer-use-template-ref": "error",
107
+ "vue/prefer-v-model": "error",
106
108
  "vue/require-direct-export": "error",
107
109
  "vue/require-macro-variable-name": "error",
108
110
  "vue/require-name-property": "error",
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@danielwaltz/eslint-config",
3
3
  "type": "module",
4
- "version": "3.3.3",
5
- "packageManager": "pnpm@10.33.0",
4
+ "version": "3.5.0",
5
+ "packageManager": "pnpm@11.0.4",
6
6
  "author": "Daniel Waltz",
7
7
  "license": "MIT",
8
8
  "repository": {
@@ -31,8 +31,8 @@
31
31
  "prepack": "pnpm build",
32
32
  "release": "changelogen --release --push --publish",
33
33
  "test": "pnpm prepack && pnpm lint && pnpm type-check && pnpm test:publish",
34
- "test:attw": "pnpx @arethetypeswrong/cli@latest --pack --profile esm-only",
35
- "test:publint": "pnpx publint@latest",
34
+ "test:attw": "pnpm dlx @arethetypeswrong/cli --pack --profile esm-only",
35
+ "test:publint": "pnpm dlx publint",
36
36
  "test:publish": "pnpm test:attw && pnpm test:publint",
37
37
  "type-check": "tsc --noEmit"
38
38
  },
@@ -41,20 +41,20 @@
41
41
  "prettier": ">=3"
42
42
  },
43
43
  "dependencies": {
44
- "@e18e/eslint-plugin": "^0.3.0",
45
- "@sxzz/eslint-config": "^7.8.4",
46
- "eslint-flat-config-utils": "^3.1.0",
47
- "eslint-plugin-erasable-syntax-only": "^0.4.0",
44
+ "@e18e/eslint-plugin": "^0.4.1",
45
+ "@sxzz/eslint-config": "^8.0.0",
46
+ "eslint-flat-config-utils": "^3.2.0",
47
+ "eslint-plugin-erasable-syntax-only": "^0.4.1",
48
48
  "eslint-plugin-vuejs-accessibility": "^2.5.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@tsconfig/node24": "^24.0.4",
52
52
  "@types/node": "~24.10.15",
53
53
  "changelogen": "^0.6.2",
54
- "eslint": "^10.2.1",
54
+ "eslint": "^10.3.0",
55
55
  "jiti": "^2.6.1",
56
56
  "prettier": "^3.8.3",
57
- "tsdown": "^0.21.9",
58
- "typescript": "~5.9.3"
57
+ "tsdown": "^0.21.10",
58
+ "typescript": "~6.0.3"
59
59
  }
60
60
  }