@ntnyq/eslint-config 2.1.1 → 2.2.0

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
@@ -840,6 +840,7 @@ var typescriptCore = import_typescript_eslint.default.config({
840
840
  "@typescript-eslint/no-empty-function": "off",
841
841
  "@typescript-eslint/naming-convention": "off",
842
842
  "@typescript-eslint/no-empty-interface": "off",
843
+ "@typescript-eslint/no-empty-object-type": "off",
843
844
  "@typescript-eslint/no-non-null-assertion": "off",
844
845
  "@typescript-eslint/triple-slash-reference": "off",
845
846
  "@typescript-eslint/no-parameter-properties": "off",
package/dist/index.js CHANGED
@@ -738,6 +738,7 @@ var typescriptCore = tseslint.config({
738
738
  "@typescript-eslint/no-empty-function": "off",
739
739
  "@typescript-eslint/naming-convention": "off",
740
740
  "@typescript-eslint/no-empty-interface": "off",
741
+ "@typescript-eslint/no-empty-object-type": "off",
741
742
  "@typescript-eslint/no-non-null-assertion": "off",
742
743
  "@typescript-eslint/triple-slash-reference": "off",
743
744
  "@typescript-eslint/no-parameter-properties": "off",
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@ntnyq/eslint-config",
3
3
  "type": "module",
4
- "version": "2.1.1",
5
- "packageManager": "pnpm@9.2.0",
4
+ "version": "2.2.0",
5
+ "packageManager": "pnpm@9.4.0",
6
6
  "description": "ESLint flat config of ntnyq",
7
7
  "keywords": [
8
8
  "eslint",
@@ -52,40 +52,40 @@
52
52
  "eslint": "^9.0.0"
53
53
  },
54
54
  "dependencies": {
55
- "@eslint/js": "^9.4.0",
56
- "@unocss/eslint-plugin": "^0.60.4",
55
+ "@eslint/js": "^9.5.0",
56
+ "@unocss/eslint-plugin": "^0.61.0",
57
57
  "eslint-config-prettier": "^9.1.0",
58
58
  "eslint-define-config": "^2.1.0",
59
59
  "eslint-plugin-eslint-comments": "^3.2.0",
60
60
  "eslint-plugin-import-x": "^0.5.1",
61
- "eslint-plugin-jsdoc": "^48.2.8",
61
+ "eslint-plugin-jsdoc": "^48.2.15",
62
62
  "eslint-plugin-jsonc": "^2.16.0",
63
63
  "eslint-plugin-markdown": "^5.0.0",
64
- "eslint-plugin-n": "^17.8.1",
64
+ "eslint-plugin-n": "^17.9.0",
65
65
  "eslint-plugin-prettier": "^5.1.3",
66
- "eslint-plugin-unicorn": "^53.0.0",
66
+ "eslint-plugin-unicorn": "^54.0.0",
67
67
  "eslint-plugin-unused-imports": "^4.0.0",
68
68
  "eslint-plugin-vue": "^9.26.0",
69
69
  "eslint-plugin-yml": "^1.14.0",
70
- "globals": "^15.4.0",
70
+ "globals": "^15.6.0",
71
71
  "jsonc-eslint-parser": "^2.4.0",
72
72
  "local-pkg": "^0.5.0",
73
- "prettier": "^3.3.1",
74
- "typescript-eslint": "rc-v8",
73
+ "prettier": "^3.3.2",
74
+ "typescript-eslint": "^8.0.0-alpha.30",
75
75
  "vue-eslint-parser": "^9.4.3",
76
76
  "yaml-eslint-parser": "^1.2.3"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@ntnyq/prettier-config": "^1.21.2",
80
- "@types/node": "^20.14.2",
80
+ "@types/node": "^20.14.8",
81
81
  "bumpp": "^9.4.1",
82
- "eslint": "^9.4.0",
82
+ "eslint": "^9.5.0",
83
83
  "husky": "^9.0.11",
84
84
  "nano-staged": "^0.8.0",
85
85
  "npm-run-all2": "^6.2.0",
86
86
  "rimraf": "^5.0.7",
87
87
  "tsup": "^8.1.0",
88
- "typescript": "^5.4.5"
88
+ "typescript": "^5.5.2"
89
89
  },
90
90
  "engines": {
91
91
  "node": ">=18.18"