@ntnyq/eslint-config 2.7.1 → 2.7.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 +4 -1
- package/dist/index.d.cts +143 -138
- package/dist/index.d.ts +143 -138
- package/dist/index.js +4 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -751,7 +751,8 @@ var typescriptCore = tseslint.config({
|
|
|
751
751
|
"@typescript-eslint/no-unused-vars": [
|
|
752
752
|
"error",
|
|
753
753
|
{
|
|
754
|
-
|
|
754
|
+
// Args after the last used will be reported
|
|
755
|
+
args: "after-used",
|
|
755
756
|
argsIgnorePattern: "^_",
|
|
756
757
|
caughtErrors: "all",
|
|
757
758
|
caughtErrorsIgnorePattern: "^_",
|
|
@@ -1258,6 +1259,8 @@ var vue = defineConfig([
|
|
|
1258
1259
|
...tseslint.config({
|
|
1259
1260
|
name: "ntnyq/vue/ts",
|
|
1260
1261
|
files: [GLOB_VUE],
|
|
1262
|
+
// TODO: Remove this when `typescript-eslint` is aligned with `eslint`
|
|
1263
|
+
// @ts-expect-error - `typescript-eslint` is not aligned with eslint
|
|
1261
1264
|
extends: typescriptCore
|
|
1262
1265
|
}),
|
|
1263
1266
|
{
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ntnyq/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.7.
|
|
4
|
+
"version": "2.7.3",
|
|
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.
|
|
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": "^
|
|
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.
|
|
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",
|