@anolilab/eslint-config 16.2.25 → 16.3.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/CHANGELOG.md +17 -0
- package/dist/index.cjs +9 -9
- package/dist/index.d.cts +204 -171
- package/dist/index.d.mts +204 -171
- package/dist/index.d.ts +204 -171
- package/dist/index.mjs +11 -11
- package/package.json +12 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/eslint-config",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.3.0",
|
|
4
4
|
"description": "ESLint shareable config for the Anolilab JavaScript style guide.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -112,11 +112,11 @@
|
|
|
112
112
|
"@html-eslint/parser": "^0.46.2",
|
|
113
113
|
"@stylistic/eslint-plugin": "^5.3.1",
|
|
114
114
|
"@stylistic/eslint-plugin-ts": "^4.4.1",
|
|
115
|
-
"@typescript-eslint/parser": "^8.
|
|
116
|
-
"@typescript-eslint/types": "^8.
|
|
117
|
-
"@visulima/package": "^3.5.
|
|
118
|
-
"@visulima/tsconfig": "^1.1.
|
|
119
|
-
"@vitest/eslint-plugin": "^1.3.
|
|
115
|
+
"@typescript-eslint/parser": "^8.43.0",
|
|
116
|
+
"@typescript-eslint/types": "^8.43.0",
|
|
117
|
+
"@visulima/package": "^3.5.9",
|
|
118
|
+
"@visulima/tsconfig": "^1.1.20",
|
|
119
|
+
"@vitest/eslint-plugin": "^1.3.9",
|
|
120
120
|
"confusing-browser-globals": "^1.0.11",
|
|
121
121
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
122
122
|
"eslint-flat-config-utils": "^2.1.1",
|
|
@@ -125,16 +125,17 @@
|
|
|
125
125
|
"eslint-merge-processors": "^2.0.0",
|
|
126
126
|
"eslint-plugin-antfu": "^3.1.1",
|
|
127
127
|
"eslint-plugin-compat": "^6.0.2",
|
|
128
|
+
"eslint-plugin-erasable-syntax-only": "^0.3.1",
|
|
128
129
|
"eslint-plugin-es-x": "^9.1.0",
|
|
129
130
|
"eslint-plugin-html": "^8.1.3",
|
|
130
131
|
"eslint-plugin-import-x": "^4.16.1",
|
|
131
|
-
"eslint-plugin-jsdoc": "^
|
|
132
|
+
"eslint-plugin-jsdoc": "^56.1.2",
|
|
132
133
|
"eslint-plugin-jsonc": "^2.20.1",
|
|
133
134
|
"eslint-plugin-n": "^17.21.3",
|
|
134
135
|
"eslint-plugin-no-for-of-array": "^0.1.0",
|
|
135
136
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
136
137
|
"eslint-plugin-no-secrets": "^2.2.1",
|
|
137
|
-
"eslint-plugin-no-unsanitized": "^4.1.
|
|
138
|
+
"eslint-plugin-no-unsanitized": "^4.1.4",
|
|
138
139
|
"eslint-plugin-perfectionist": "^4.15.0",
|
|
139
140
|
"eslint-plugin-promise": "^7.2.1",
|
|
140
141
|
"eslint-plugin-regexp": "^2.10.0",
|
|
@@ -142,15 +143,15 @@
|
|
|
142
143
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
143
144
|
"eslint-plugin-sonarjs": "^3.0.5",
|
|
144
145
|
"eslint-plugin-toml": "^0.12.0",
|
|
145
|
-
"eslint-plugin-unicorn": "^
|
|
146
|
+
"eslint-plugin-unicorn": "^61.0.2",
|
|
146
147
|
"eslint-plugin-unused-imports": "^4.2.0",
|
|
147
148
|
"eslint-plugin-yml": "^1.18.0",
|
|
148
|
-
"globals": "^16.
|
|
149
|
+
"globals": "^16.4.0",
|
|
149
150
|
"jsonc-eslint-parser": "^2.4.0",
|
|
150
151
|
"parse-gitignore": "^2.0.0",
|
|
151
152
|
"semver": "^7.7.2",
|
|
152
153
|
"toml-eslint-parser": "^0.10.0",
|
|
153
|
-
"typescript-eslint": "^8.
|
|
154
|
+
"typescript-eslint": "^8.43.0",
|
|
154
155
|
"yaml-eslint-parser": "^1.3.0"
|
|
155
156
|
},
|
|
156
157
|
"peerDependencies": {
|