@anolilab/eslint-config 16.2.20 → 16.2.22
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 +12 -0
- package/dist/index.cjs +10 -10
- package/dist/index.d.cts +211 -161
- package/dist/index.d.mts +211 -161
- package/dist/index.d.ts +211 -161
- package/dist/index.mjs +11 -11
- package/package.json +10 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/eslint-config",
|
|
3
|
-
"version": "16.2.
|
|
3
|
+
"version": "16.2.22",
|
|
4
4
|
"description": "ESLint shareable config for the Anolilab JavaScript style guide.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -107,14 +107,13 @@
|
|
|
107
107
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
108
108
|
"@eslint/compat": "^1.3.1",
|
|
109
109
|
"@eslint/js": "^9.31.0",
|
|
110
|
-
"@eslint/markdown": "^7.
|
|
111
|
-
"@html-eslint/eslint-plugin": "^0.
|
|
112
|
-
"@html-eslint/parser": "^0.
|
|
113
|
-
"@stylistic/eslint-plugin": "^5.
|
|
110
|
+
"@eslint/markdown": "^7.1.0",
|
|
111
|
+
"@html-eslint/eslint-plugin": "^0.43.0",
|
|
112
|
+
"@html-eslint/parser": "^0.43.0",
|
|
113
|
+
"@stylistic/eslint-plugin": "^5.2.2",
|
|
114
114
|
"@stylistic/eslint-plugin-ts": "^4.4.1",
|
|
115
|
-
"@typescript-eslint/
|
|
116
|
-
"@typescript-eslint/
|
|
117
|
-
"@typescript-eslint/types": "^8.36.0",
|
|
115
|
+
"@typescript-eslint/parser": "^8.38.0",
|
|
116
|
+
"@typescript-eslint/types": "^8.38.0",
|
|
118
117
|
"@visulima/package": "^3.5.8",
|
|
119
118
|
"@visulima/tsconfig": "^1.1.19",
|
|
120
119
|
"@vitest/eslint-plugin": "^1.3.4",
|
|
@@ -129,7 +128,7 @@
|
|
|
129
128
|
"eslint-plugin-es-x": "^9.0.0",
|
|
130
129
|
"eslint-plugin-html": "^8.1.3",
|
|
131
130
|
"eslint-plugin-import-x": "^4.16.1",
|
|
132
|
-
"eslint-plugin-jsdoc": "^51.
|
|
131
|
+
"eslint-plugin-jsdoc": "^51.4.1",
|
|
133
132
|
"eslint-plugin-jsonc": "^2.20.1",
|
|
134
133
|
"eslint-plugin-n": "^17.21.0",
|
|
135
134
|
"eslint-plugin-no-for-of-array": "^0.1.0",
|
|
@@ -143,7 +142,7 @@
|
|
|
143
142
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
144
143
|
"eslint-plugin-sonarjs": "^3.0.4",
|
|
145
144
|
"eslint-plugin-toml": "^0.12.0",
|
|
146
|
-
"eslint-plugin-unicorn": "^
|
|
145
|
+
"eslint-plugin-unicorn": "^60.0.0",
|
|
147
146
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
148
147
|
"eslint-plugin-yml": "^1.18.0",
|
|
149
148
|
"globals": "^16.3.0",
|
|
@@ -151,7 +150,7 @@
|
|
|
151
150
|
"parse-gitignore": "^2.0.0",
|
|
152
151
|
"semver": "^7.7.2",
|
|
153
152
|
"toml-eslint-parser": "^0.10.0",
|
|
154
|
-
"typescript-eslint": "^8.
|
|
153
|
+
"typescript-eslint": "^8.38.0",
|
|
155
154
|
"yaml-eslint-parser": "^1.3.0"
|
|
156
155
|
},
|
|
157
156
|
"peerDependencies": {
|