@ntnyq/eslint-config 2.7.0 → 2.7.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.
package/dist/index.js CHANGED
@@ -65,7 +65,8 @@ var GLOB_LOCKFILE = [
65
65
  "**/package-lock.json",
66
66
  "**/yarn.lock",
67
67
  "**/pnpm-lock.yaml",
68
- "**/bun.lockb"
68
+ "**/bun.lockb",
69
+ "**/deno.lock"
69
70
  ];
70
71
  var GLOB_EXCLUDE = [
71
72
  GLOB_NODE_MODULES,
@@ -86,12 +87,14 @@ var GLOB_EXCLUDE = [
86
87
  "**/components.d.ts",
87
88
  // unplugin-vue-router
88
89
  "**/typed-router.d.ts",
90
+ // vite-plugin-uni-pages
91
+ "**/uni-pages.d.ts",
89
92
  "**/coverage",
90
93
  "**/fixtures",
91
94
  "**/output",
92
95
  "**/public",
93
96
  "**/static",
94
- // VitePress VuePress
97
+ // VitePress and VuePress
95
98
  "**/?(.)temp",
96
99
  "**/?(.)cache",
97
100
  "**/.eslintcache",
@@ -1160,7 +1163,7 @@ var sortTsConfig = defineConfig([
1160
1163
  var jsonc = defineConfig([
1161
1164
  {
1162
1165
  name: "ntnyq/jsonc",
1163
- files: [GLOB_JSON, GLOB_JSON5, GLOB_JSONC, "**/*rc"],
1166
+ files: [GLOB_JSON, GLOB_JSON5, GLOB_JSONC],
1164
1167
  plugins: {
1165
1168
  jsonc: default6
1166
1169
  },
@@ -1255,6 +1258,8 @@ var vue = defineConfig([
1255
1258
  ...tseslint.config({
1256
1259
  name: "ntnyq/vue/ts",
1257
1260
  files: [GLOB_VUE],
1261
+ // TODO: Remove this when `typescript-eslint` is aligned with `eslint`
1262
+ // @ts-expect-error - `typescript-eslint` is not aligned with eslint
1258
1263
  extends: typescriptCore
1259
1264
  }),
1260
1265
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ntnyq/eslint-config",
3
3
  "type": "module",
4
- "version": "2.7.0",
4
+ "version": "2.7.2",
5
5
  "packageManager": "pnpm@9.6.0",
6
6
  "description": "ESLint flat config of ntnyq",
7
7
  "keywords": [
@@ -58,20 +58,20 @@
58
58
  "@antfu/eslint-plugin-unused-imports": "^4.0.0",
59
59
  "@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
60
60
  "@eslint/js": "^9.7.0",
61
- "@types/eslint": "^8.56.10",
61
+ "@types/eslint": "^9.6.0",
62
62
  "@unocss/eslint-plugin": "^0.61.5",
63
63
  "eslint-config-prettier": "^9.1.0",
64
64
  "eslint-flat-config-utils": "^0.2.5",
65
65
  "eslint-plugin-command": "^0.2.3",
66
- "eslint-plugin-import-x": "^3.0.1",
66
+ "eslint-plugin-import-x": "^3.1.0",
67
67
  "eslint-plugin-jsdoc": "^48.8.3",
68
68
  "eslint-plugin-jsonc": "^2.16.0",
69
69
  "eslint-plugin-markdown": "^5.1.0",
70
- "eslint-plugin-n": "^17.9.0",
70
+ "eslint-plugin-n": "^17.10.1",
71
71
  "eslint-plugin-prettier": "^5.2.1",
72
72
  "eslint-plugin-regexp": "^2.6.0",
73
73
  "eslint-plugin-toml": "^0.11.1",
74
- "eslint-plugin-unicorn": "^54.0.0",
74
+ "eslint-plugin-unicorn": "^55.0.0",
75
75
  "eslint-plugin-vue": "^9.27.0",
76
76
  "eslint-plugin-yml": "^1.14.0",
77
77
  "globals": "^15.8.0",
@@ -85,17 +85,17 @@
85
85
  },
86
86
  "devDependencies": {
87
87
  "@ntnyq/prettier-config": "^1.21.2",
88
- "@types/node": "^20.14.11",
88
+ "@types/node": "^20.14.12",
89
89
  "bumpp": "^9.4.1",
90
90
  "eslint": "^9.7.0",
91
91
  "eslint-typegen": "^0.2.4",
92
- "husky": "^9.1.1",
92
+ "husky": "^9.1.2",
93
93
  "nano-staged": "^0.8.0",
94
94
  "npm-run-all2": "^6.2.2",
95
95
  "rimraf": "^6.0.1",
96
- "tsup": "^8.2.1",
96
+ "tsup": "^8.2.3",
97
97
  "tsx": "^4.16.2",
98
- "typescript": "^5.5.3",
98
+ "typescript": "^5.5.4",
99
99
  "zx": "^8.1.4"
100
100
  },
101
101
  "engines": {