@ntnyq/eslint-config 2.5.2 → 2.5.3
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 +3 -1
- package/dist/index.js +3 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -193,6 +193,7 @@ var GLOB_EXCLUDE = [
|
|
|
193
193
|
"**/.tsup",
|
|
194
194
|
"**/.nitro",
|
|
195
195
|
"**/.vercel",
|
|
196
|
+
"**/.wrangler",
|
|
196
197
|
"**/.changeset",
|
|
197
198
|
"**/.npmrc",
|
|
198
199
|
"**/.yarnrc"
|
|
@@ -845,7 +846,8 @@ var typescriptCore = import_typescript_eslint.default.config({
|
|
|
845
846
|
"@typescript-eslint/no-empty-object-type": [
|
|
846
847
|
"error",
|
|
847
848
|
{
|
|
848
|
-
allowInterfaces: "always"
|
|
849
|
+
allowInterfaces: "always",
|
|
850
|
+
allowObjectTypes: "always"
|
|
849
851
|
}
|
|
850
852
|
],
|
|
851
853
|
"@typescript-eslint/consistent-type-assertions": [
|
package/dist/index.js
CHANGED
|
@@ -86,6 +86,7 @@ var GLOB_EXCLUDE = [
|
|
|
86
86
|
"**/.tsup",
|
|
87
87
|
"**/.nitro",
|
|
88
88
|
"**/.vercel",
|
|
89
|
+
"**/.wrangler",
|
|
89
90
|
"**/.changeset",
|
|
90
91
|
"**/.npmrc",
|
|
91
92
|
"**/.yarnrc"
|
|
@@ -738,7 +739,8 @@ var typescriptCore = tseslint.config({
|
|
|
738
739
|
"@typescript-eslint/no-empty-object-type": [
|
|
739
740
|
"error",
|
|
740
741
|
{
|
|
741
|
-
allowInterfaces: "always"
|
|
742
|
+
allowInterfaces: "always",
|
|
743
|
+
allowObjectTypes: "always"
|
|
742
744
|
}
|
|
743
745
|
],
|
|
744
746
|
"@typescript-eslint/consistent-type-assertions": [
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ntnyq/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.5.
|
|
4
|
+
"version": "2.5.3",
|
|
5
5
|
"packageManager": "pnpm@9.5.0",
|
|
6
6
|
"description": "ESLint flat config of ntnyq",
|
|
7
7
|
"keywords": [
|
|
@@ -54,16 +54,16 @@
|
|
|
54
54
|
"eslint": "^9.0.0"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@eslint/js": "^9.
|
|
57
|
+
"@eslint/js": "^9.7.0",
|
|
58
58
|
"@types/eslint": "^8.56.10",
|
|
59
59
|
"@unocss/eslint-plugin": "^0.61.3",
|
|
60
60
|
"eslint-config-prettier": "^9.1.0",
|
|
61
61
|
"eslint-plugin-command": "^0.2.3",
|
|
62
62
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
63
|
-
"eslint-plugin-import-x": "^3.0.
|
|
63
|
+
"eslint-plugin-import-x": "^3.0.1",
|
|
64
64
|
"eslint-plugin-jsdoc": "^48.7.0",
|
|
65
65
|
"eslint-plugin-jsonc": "^2.16.0",
|
|
66
|
-
"eslint-plugin-markdown": "^5.
|
|
66
|
+
"eslint-plugin-markdown": "^5.1.0",
|
|
67
67
|
"eslint-plugin-n": "^17.9.0",
|
|
68
68
|
"eslint-plugin-prettier": "^5.1.3",
|
|
69
69
|
"eslint-plugin-regexp": "^2.6.0",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"jsonc-eslint-parser": "^2.4.0",
|
|
76
76
|
"local-pkg": "^0.5.0",
|
|
77
77
|
"prettier": "^3.3.2",
|
|
78
|
-
"typescript-eslint": "^8.0.0-alpha.
|
|
78
|
+
"typescript-eslint": "^8.0.0-alpha.41",
|
|
79
79
|
"vue-eslint-parser": "^9.4.3",
|
|
80
80
|
"yaml-eslint-parser": "^1.2.3"
|
|
81
81
|
},
|