@ntnyq/eslint-config 3.0.0-beta.8 → 3.0.0-beta.9

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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@ntnyq/eslint-config",
3
3
  "type": "module",
4
- "version": "3.0.0-beta.8",
5
- "packageManager": "pnpm@9.9.0",
4
+ "version": "3.0.0-beta.9",
5
+ "packageManager": "pnpm@9.10.0",
6
6
  "description": "An opinionated ESLint config preset of ntnyq",
7
7
  "keywords": [
8
8
  "eslint",
@@ -41,7 +41,7 @@
41
41
  "dev": "tsup --watch",
42
42
  "generate:site": "tsx scripts/generateSite.ts",
43
43
  "generate:type": "tsx scripts/generateType.ts",
44
- "lint": "eslint .",
44
+ "lint": "eslint --flag unstable_ts_config .",
45
45
  "prepare": "husky",
46
46
  "release": "run-s release:check release:version",
47
47
  "release:check": "run-s clean build lint typecheck",
@@ -62,6 +62,8 @@
62
62
  "@vitest/eslint-plugin": "^1.1.0",
63
63
  "eslint-config-flat-gitignore": "^0.3.0",
64
64
  "eslint-flat-config-utils": "^0.4.0",
65
+ "eslint-merge-processors": "^0.1.0",
66
+ "eslint-plugin-antfu": "^2.6.0",
65
67
  "eslint-plugin-command": "^0.2.4",
66
68
  "eslint-plugin-import-x": "^4.2.1",
67
69
  "eslint-plugin-jsdoc": "^50.2.2",
@@ -80,7 +82,7 @@
80
82
  "local-pkg": "^0.5.0",
81
83
  "prettier": "^3.3.3",
82
84
  "toml-eslint-parser": "^0.10.0",
83
- "typescript-eslint": "^8.4.0",
85
+ "typescript-eslint": "^8.5.0",
84
86
  "vue-eslint-parser": "^9.4.3",
85
87
  "yaml-eslint-parser": "^1.2.3"
86
88
  },
@@ -91,12 +93,13 @@
91
93
  "eslint": "^9.10.0",
92
94
  "eslint-typegen": "^0.3.2",
93
95
  "husky": "^9.1.5",
96
+ "jiti": "^1.21.6",
94
97
  "nano-staged": "^0.8.0",
95
98
  "npm-run-all2": "^6.2.2",
96
99
  "rimraf": "^6.0.1",
97
100
  "tsup": "^8.2.4",
98
101
  "tsx": "^4.19.0",
99
- "typescript": "^5.5.4",
102
+ "typescript": "^5.6.2",
100
103
  "zx": "^8.1.5"
101
104
  },
102
105
  "engines": {
@@ -104,6 +107,6 @@
104
107
  },
105
108
  "prettier": "@ntnyq/prettier-config",
106
109
  "nano-staged": {
107
- "*.{js,ts,mjs,cjs,json,jsonc,md,yaml,yml}": "eslint --fix"
110
+ "*.{js,ts,mjs,cjs,json,jsonc,md,yaml,yml}": "eslint --flag unstable_ts_config --fix"
108
111
  }
109
112
  }