@anolilab/eslint-config 16.2.14 → 16.2.16
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 +16 -0
- package/dist/index.cjs +6 -6
- package/dist/index.d.cts +40 -3
- package/dist/index.d.mts +40 -3
- package/dist/index.d.ts +40 -3
- package/dist/index.mjs +7 -7
- package/package.json +8 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/eslint-config",
|
|
3
|
-
"version": "16.2.
|
|
3
|
+
"version": "16.2.16",
|
|
4
4
|
"description": "ESLint shareable config for the Anolilab JavaScript style guide.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -112,8 +112,9 @@
|
|
|
112
112
|
"@html-eslint/parser": "^0.42.0",
|
|
113
113
|
"@stylistic/eslint-plugin": "^5.1.0",
|
|
114
114
|
"@stylistic/eslint-plugin-ts": "^4.4.1",
|
|
115
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
116
|
-
"@typescript-eslint/parser": "^8.
|
|
115
|
+
"@typescript-eslint/eslint-plugin": "^8.36.0",
|
|
116
|
+
"@typescript-eslint/parser": "^8.36.0",
|
|
117
|
+
"@typescript-eslint/types": "^8.36.0",
|
|
117
118
|
"@visulima/package": "^3.5.8",
|
|
118
119
|
"@visulima/tsconfig": "^1.1.19",
|
|
119
120
|
"@vitest/eslint-plugin": "^1.3.4",
|
|
@@ -125,12 +126,12 @@
|
|
|
125
126
|
"eslint-merge-processors": "^2.0.0",
|
|
126
127
|
"eslint-plugin-antfu": "^3.1.1",
|
|
127
128
|
"eslint-plugin-compat": "^6.0.2",
|
|
128
|
-
"eslint-plugin-es-x": "^
|
|
129
|
+
"eslint-plugin-es-x": "^9.0.0",
|
|
129
130
|
"eslint-plugin-html": "^8.1.3",
|
|
130
131
|
"eslint-plugin-import-x": "^4.16.1",
|
|
131
|
-
"eslint-plugin-jsdoc": "^51.3.
|
|
132
|
+
"eslint-plugin-jsdoc": "^51.3.4",
|
|
132
133
|
"eslint-plugin-jsonc": "^2.20.1",
|
|
133
|
-
"eslint-plugin-n": "^17.
|
|
134
|
+
"eslint-plugin-n": "^17.21.0",
|
|
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",
|
|
@@ -150,7 +151,7 @@
|
|
|
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.36.0",
|
|
154
155
|
"yaml-eslint-parser": "^1.3.0"
|
|
155
156
|
},
|
|
156
157
|
"peerDependencies": {
|