@ntnyq/eslint-config 2.1.0 → 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/README.md CHANGED
@@ -21,8 +21,6 @@ import { ntnyq } from '@ntnyq/eslint-config'
21
21
  export default ntnyq()
22
22
  ```
23
23
 
24
- Make sure to config `"eslint.experimental.useFlatConfig": true` in `.vscode/settings.json`
25
-
26
24
  ## Credits
27
25
 
28
26
  - [@sxzz/eslint-config](https://github.com/sxzz/eslint-config)
package/dist/index.cjs CHANGED
@@ -164,6 +164,7 @@ var GLOB_EXCLUDE = [
164
164
  "**/.stylelintcache",
165
165
  "**/.vite-inspect",
166
166
  "**/.nuxt",
167
+ "**/.wxt",
167
168
  "**/.output",
168
169
  "**/.tsup",
169
170
  "**/.nitro",
@@ -839,6 +840,7 @@ var typescriptCore = import_typescript_eslint.default.config({
839
840
  "@typescript-eslint/no-empty-function": "off",
840
841
  "@typescript-eslint/naming-convention": "off",
841
842
  "@typescript-eslint/no-empty-interface": "off",
843
+ "@typescript-eslint/no-empty-object-type": "off",
842
844
  "@typescript-eslint/no-non-null-assertion": "off",
843
845
  "@typescript-eslint/triple-slash-reference": "off",
844
846
  "@typescript-eslint/no-parameter-properties": "off",
package/dist/index.js CHANGED
@@ -62,6 +62,7 @@ var GLOB_EXCLUDE = [
62
62
  "**/.stylelintcache",
63
63
  "**/.vite-inspect",
64
64
  "**/.nuxt",
65
+ "**/.wxt",
65
66
  "**/.output",
66
67
  "**/.tsup",
67
68
  "**/.nitro",
@@ -737,6 +738,7 @@ var typescriptCore = tseslint.config({
737
738
  "@typescript-eslint/no-empty-function": "off",
738
739
  "@typescript-eslint/naming-convention": "off",
739
740
  "@typescript-eslint/no-empty-interface": "off",
741
+ "@typescript-eslint/no-empty-object-type": "off",
740
742
  "@typescript-eslint/no-non-null-assertion": "off",
741
743
  "@typescript-eslint/triple-slash-reference": "off",
742
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.0",
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"