@ntnyq/eslint-config 2.7.1 → 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
@@ -1258,6 +1258,8 @@ var vue = defineConfig([
1258
1258
  ...tseslint.config({
1259
1259
  name: "ntnyq/vue/ts",
1260
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
1261
1263
  extends: typescriptCore
1262
1264
  }),
1263
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.1",
4
+ "version": "2.7.2",
5
5
  "packageManager": "pnpm@9.6.0",
6
6
  "description": "ESLint flat config of ntnyq",
7
7
  "keywords": [
@@ -67,11 +67,11 @@
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",
@@ -89,7 +89,7 @@
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",