@ntnyq/eslint-config 3.9.0 → 3.9.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.cjs +8 -2
- package/dist/index.d.cts +94 -53
- package/dist/index.d.ts +94 -53
- package/dist/index.js +8 -2
- package/package.json +12 -12
package/dist/index.js
CHANGED
|
@@ -1045,7 +1045,12 @@ var jsdoc = (options = {}) => [
|
|
|
1045
1045
|
definedTags: [
|
|
1046
1046
|
// magic-comments
|
|
1047
1047
|
"vite-ignore",
|
|
1048
|
-
"unocss-include"
|
|
1048
|
+
"unocss-include",
|
|
1049
|
+
// non-standard, but common used
|
|
1050
|
+
"compatibility",
|
|
1051
|
+
"category",
|
|
1052
|
+
"experimental",
|
|
1053
|
+
"internal"
|
|
1049
1054
|
]
|
|
1050
1055
|
}
|
|
1051
1056
|
],
|
|
@@ -2687,7 +2692,8 @@ var perfectionist = (options = {}) => {
|
|
|
2687
2692
|
{
|
|
2688
2693
|
type: "alphabetical",
|
|
2689
2694
|
order: "asc",
|
|
2690
|
-
partitionByComment: true
|
|
2695
|
+
partitionByComment: true,
|
|
2696
|
+
groups: ["unknown", "method", "multiline"]
|
|
2691
2697
|
}
|
|
2692
2698
|
],
|
|
2693
2699
|
"perfectionist/sort-sets": [
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ntnyq/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.9.
|
|
4
|
+
"version": "3.9.2",
|
|
5
5
|
"packageManager": "pnpm@9.15.0",
|
|
6
6
|
"description": "An opinionated ESLint config preset of ntnyq",
|
|
7
7
|
"keywords": [
|
|
@@ -57,11 +57,11 @@
|
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
|
60
|
-
"@eslint/js": "^9.
|
|
60
|
+
"@eslint/js": "^9.17.0",
|
|
61
61
|
"@eslint/markdown": "^6.2.1",
|
|
62
|
-
"@stylistic/eslint-plugin": "^2.
|
|
62
|
+
"@stylistic/eslint-plugin": "^2.12.1",
|
|
63
63
|
"@unocss/eslint-plugin": "^0.65.1",
|
|
64
|
-
"@vitest/eslint-plugin": "^1.1.
|
|
64
|
+
"@vitest/eslint-plugin": "^1.1.16",
|
|
65
65
|
"eslint-config-flat-gitignore": "^0.3.0",
|
|
66
66
|
"eslint-flat-config-utils": "^0.4.0",
|
|
67
67
|
"eslint-merge-processors": "^0.1.0",
|
|
@@ -69,13 +69,13 @@
|
|
|
69
69
|
"eslint-plugin-command": "^0.2.6",
|
|
70
70
|
"eslint-plugin-es-x": "^8.4.1",
|
|
71
71
|
"eslint-plugin-format": "^0.1.3",
|
|
72
|
-
"eslint-plugin-github-action": "^0.0.
|
|
72
|
+
"eslint-plugin-github-action": "^0.0.12",
|
|
73
73
|
"eslint-plugin-import-x": "^4.5.0",
|
|
74
|
-
"eslint-plugin-jsdoc": "^50.6.
|
|
74
|
+
"eslint-plugin-jsdoc": "^50.6.1",
|
|
75
75
|
"eslint-plugin-jsonc": "^2.18.2",
|
|
76
|
-
"eslint-plugin-n": "^17.
|
|
76
|
+
"eslint-plugin-n": "^17.15.0",
|
|
77
77
|
"eslint-plugin-ntnyq": "^0.7.1",
|
|
78
|
-
"eslint-plugin-perfectionist": "^4.
|
|
78
|
+
"eslint-plugin-perfectionist": "^4.3.0",
|
|
79
79
|
"eslint-plugin-pinia": "^0.4.1",
|
|
80
80
|
"eslint-plugin-prettier": "^5.2.1",
|
|
81
81
|
"eslint-plugin-regexp": "^2.7.0",
|
|
@@ -90,15 +90,15 @@
|
|
|
90
90
|
"local-pkg": "^0.5.1",
|
|
91
91
|
"prettier": "^3.4.2",
|
|
92
92
|
"toml-eslint-parser": "^0.10.0",
|
|
93
|
-
"typescript-eslint": "^8.
|
|
93
|
+
"typescript-eslint": "^8.18.0",
|
|
94
94
|
"vue-eslint-parser": "^9.4.3",
|
|
95
95
|
"yaml-eslint-parser": "^1.2.3"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
98
98
|
"@ntnyq/prettier-config": "^1.22.0",
|
|
99
|
-
"@types/node": "^22.10.
|
|
100
|
-
"bumpp": "^9.
|
|
101
|
-
"eslint": "^9.
|
|
99
|
+
"@types/node": "^22.10.2",
|
|
100
|
+
"bumpp": "^9.9.1",
|
|
101
|
+
"eslint": "^9.17.0",
|
|
102
102
|
"eslint-typegen": "^0.3.2",
|
|
103
103
|
"husky": "^9.1.7",
|
|
104
104
|
"jiti": "^2.4.1",
|