@ntnyq/eslint-config 4.0.0-beta.4 → 4.0.0-beta.6

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 (4) hide show
  1. package/README.md +5 -7
  2. package/dist/index.d.ts +15030 -13917
  3. package/dist/index.js +735 -619
  4. package/package.json +20 -15
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@ntnyq/eslint-config",
3
3
  "type": "module",
4
- "version": "4.0.0-beta.4",
5
- "packageManager": "pnpm@10.3.0",
4
+ "version": "4.0.0-beta.6",
5
+ "packageManager": "pnpm@10.4.0",
6
6
  "description": "An opinionated ESLint config preset of ntnyq",
7
7
  "keywords": [
8
8
  "eslint",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "scripts": {
40
40
  "build": "run-s generate:type build:lib",
41
- "build:inspector": "pnpm dlx @eslint/config-inspector build",
41
+ "build:inspector": "pnpm dlx @eslint/config-inspector build --config eslint-inspector.config.ts",
42
42
  "build:lib": "tsup",
43
43
  "dev": "tsup --watch src",
44
44
  "docs:build": "pnpm -C docs run build",
@@ -68,14 +68,15 @@
68
68
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
69
69
  "@eslint/js": "^9.20.0",
70
70
  "@eslint/markdown": "^6.2.2",
71
- "@unocss/eslint-plugin": "^65.4.3",
72
- "@vitest/eslint-plugin": "^1.1.30",
71
+ "@unocss/eslint-plugin": "^65.5.0",
72
+ "@vitest/eslint-plugin": "^1.1.31",
73
73
  "eslint-config-flat-gitignore": "^2.0.0",
74
74
  "eslint-flat-config-utils": "^2.0.1",
75
- "eslint-import-resolver-typescript": "^3.7.0",
75
+ "eslint-import-resolver-typescript": "^3.8.0",
76
76
  "eslint-merge-processors": "^2.0.0",
77
- "eslint-plugin-antfu": "^3.0.0",
78
- "eslint-plugin-command": "^3.0.0",
77
+ "eslint-plugin-antfu": "^3.1.0",
78
+ "eslint-plugin-command": "^3.1.0",
79
+ "eslint-plugin-de-morgan": "^1.0.1",
79
80
  "eslint-plugin-depend": "^0.12.0",
80
81
  "eslint-plugin-format": "^1.0.1",
81
82
  "eslint-plugin-github-action": "^0.0.14",
@@ -85,31 +86,32 @@
85
86
  "eslint-plugin-n": "^17.15.1",
86
87
  "eslint-plugin-no-only-tests": "^3.3.0",
87
88
  "eslint-plugin-ntnyq": "^0.9.2",
88
- "eslint-plugin-perfectionist": "^4.8.0",
89
+ "eslint-plugin-perfectionist": "^4.9.0",
89
90
  "eslint-plugin-pinia": "^0.4.1",
90
91
  "eslint-plugin-prettier": "^5.2.3",
91
92
  "eslint-plugin-regexp": "^2.7.0",
92
- "eslint-plugin-svgo": "^0.5.1",
93
+ "eslint-plugin-svgo": "^0.5.2",
93
94
  "eslint-plugin-toml": "^0.12.0",
94
95
  "eslint-plugin-unicorn": "^56.0.1",
95
96
  "eslint-plugin-unused-imports": "^4.1.4",
96
97
  "eslint-plugin-vue": "^9.32.0",
97
98
  "eslint-plugin-yml": "^1.16.0",
98
99
  "eslint-processor-vue-blocks": "^2.0.0",
99
- "globals": "^15.14.0",
100
+ "globals": "^15.15.0",
100
101
  "jsonc-eslint-parser": "^2.4.0",
101
102
  "local-pkg": "^1.0.0",
102
- "prettier": "^3.5.0",
103
+ "prettier": "^3.5.1",
103
104
  "toml-eslint-parser": "^0.10.0",
104
105
  "typescript-eslint": "^8.24.0",
105
106
  "vue-eslint-parser": "^9.4.3",
106
107
  "yaml-eslint-parser": "^1.2.3"
107
108
  },
108
109
  "devDependencies": {
109
- "@ntnyq/prettier-config": "^2.0.0-beta.2",
110
- "@types/node": "^22.13.1",
110
+ "@ntnyq/prettier-config": "^2.0.0",
111
+ "@types/node": "^22.13.4",
111
112
  "bumpp": "^10.0.3",
112
113
  "eslint": "^9.20.1",
114
+ "eslint-plugin-eslint-plugin": "^6.4.0",
113
115
  "eslint-typegen": "^1.0.0",
114
116
  "husky": "^9.1.7",
115
117
  "jiti": "^2.4.2",
@@ -126,7 +128,10 @@
126
128
  "pnpm": {
127
129
  "onlyBuiltDependencies": [
128
130
  "esbuild"
129
- ]
131
+ ],
132
+ "overrides": {
133
+ "esbuild": "^0.25.0"
134
+ }
130
135
  },
131
136
  "nano-staged": {
132
137
  "*.{js,ts,mjs,cjs,vue,svg,json,jsonc,md,yaml,yml}": "eslint --fix",