@tb-dev/eslint-config 3.6.1 → 3.7.1

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.
package/dist/index.cjs CHANGED
@@ -827,7 +827,6 @@ async function typescript(options) {
827
827
  "@typescript-eslint/prefer-regexp-exec": "error",
828
828
  "@typescript-eslint/prefer-return-this-type": "error",
829
829
  "@typescript-eslint/prefer-string-starts-ends-with": "error",
830
- "@typescript-eslint/prefer-ts-expect-error": "error",
831
830
  "@typescript-eslint/promise-function-async": "off",
832
831
  "@typescript-eslint/require-array-sort-compare": "error",
833
832
  "require-await": "off",
package/dist/index.js CHANGED
@@ -804,7 +804,6 @@ async function typescript(options) {
804
804
  "@typescript-eslint/prefer-regexp-exec": "error",
805
805
  "@typescript-eslint/prefer-return-this-type": "error",
806
806
  "@typescript-eslint/prefer-string-starts-ends-with": "error",
807
- "@typescript-eslint/prefer-ts-expect-error": "error",
808
807
  "@typescript-eslint/promise-function-async": "off",
809
808
  "@typescript-eslint/require-array-sort-compare": "error",
810
809
  "require-await": "off",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/eslint-config",
3
- "version": "3.6.1",
3
+ "version": "3.7.1",
4
4
  "description": "ESLint config",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -17,26 +17,26 @@
17
17
  "*.{?(c|m)@(j|t)s,css,vue,md,json}": "prettier --write"
18
18
  },
19
19
  "dependencies": {
20
- "@typescript-eslint/eslint-plugin": "^7.9.0",
21
- "@typescript-eslint/parser": "^7.9.0",
20
+ "@typescript-eslint/eslint-plugin": "^7.12.0",
21
+ "@typescript-eslint/parser": "^7.12.0",
22
22
  "eslint-config-prettier": "^9.1.0",
23
23
  "eslint-plugin-perfectionist": "^2.10.0",
24
24
  "eslint-plugin-unicorn": "^53.0.0",
25
25
  "eslint-plugin-vitest": "^0.5.4",
26
26
  "eslint-plugin-vue": "^9.26.0",
27
- "globals": "^15.2.0",
28
- "vue-eslint-parser": "^9.4.2"
27
+ "globals": "^15.4.0",
28
+ "vue-eslint-parser": "^9.4.3"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/eslint-config-prettier": "^6.11.3",
32
- "@types/node": "^20.12.11",
32
+ "@types/node": "^20.14.2",
33
33
  "eslint": "^8.57.0",
34
34
  "husky": "^9.0.11",
35
- "lint-staged": "^15.2.2",
36
- "prettier": "^3.2.5",
37
- "tslib": "^2.6.2",
35
+ "lint-staged": "^15.2.5",
36
+ "prettier": "^3.3.1",
37
+ "tslib": "^2.6.3",
38
38
  "typescript": "^5.4.5",
39
- "vite": "^5.2.11",
39
+ "vite": "^5.2.13",
40
40
  "vite-plugin-dts": "^3.9.1"
41
41
  },
42
42
  "peerDependencies": {