@anolilab/eslint-config 16.2.7 → 16.2.9
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 +14 -0
- package/README.md +14 -9
- package/dist/index.cjs +10 -10
- package/dist/index.d.cts +72 -64
- package/dist/index.d.mts +72 -64
- package/dist/index.d.ts +72 -64
- package/dist/index.mjs +12 -10
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/eslint-config",
|
|
3
|
-
"version": "16.2.
|
|
3
|
+
"version": "16.2.9",
|
|
4
4
|
"description": "ESLint shareable config for the Anolilab JavaScript style guide.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -106,29 +106,29 @@
|
|
|
106
106
|
"dependencies": {
|
|
107
107
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
108
108
|
"@eslint/compat": "^1.2.9",
|
|
109
|
-
"@eslint/js": "^9.
|
|
109
|
+
"@eslint/js": "^9.28.0",
|
|
110
110
|
"@eslint/markdown": "^6.4.0",
|
|
111
111
|
"@html-eslint/eslint-plugin": "^0.41.0",
|
|
112
112
|
"@html-eslint/parser": "^0.41.0",
|
|
113
113
|
"@stylistic/eslint-plugin": "^4.4.0",
|
|
114
114
|
"@stylistic/eslint-plugin-ts": "^4.4.0",
|
|
115
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
116
|
-
"@typescript-eslint/parser": "^8.
|
|
117
|
-
"@visulima/package": "^3.5.
|
|
118
|
-
"@visulima/tsconfig": "^1.1.
|
|
115
|
+
"@typescript-eslint/eslint-plugin": "^8.33.0",
|
|
116
|
+
"@typescript-eslint/parser": "^8.33.0",
|
|
117
|
+
"@visulima/package": "^3.5.6",
|
|
118
|
+
"@visulima/tsconfig": "^1.1.17",
|
|
119
119
|
"@vitest/eslint-plugin": "^1.2.1",
|
|
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.0",
|
|
123
123
|
"eslint-import-resolver-node": "^0.3.9",
|
|
124
|
-
"eslint-import-resolver-typescript": "^4.4.
|
|
124
|
+
"eslint-import-resolver-typescript": "^4.4.2",
|
|
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
128
|
"eslint-plugin-es-x": "^8.6.2",
|
|
129
129
|
"eslint-plugin-html": "^8.1.3",
|
|
130
|
-
"eslint-plugin-import-x": "^4.
|
|
131
|
-
"eslint-plugin-jsdoc": "^50.
|
|
130
|
+
"eslint-plugin-import-x": "^4.15.0",
|
|
131
|
+
"eslint-plugin-jsdoc": "^50.7.1",
|
|
132
132
|
"eslint-plugin-jsonc": "^2.20.1",
|
|
133
133
|
"eslint-plugin-n": "^17.18.0",
|
|
134
134
|
"eslint-plugin-no-for-of-array": "^0.1.0",
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"parse-gitignore": "^2.0.0",
|
|
151
151
|
"semver": "^7.7.2",
|
|
152
152
|
"toml-eslint-parser": "^0.10.0",
|
|
153
|
-
"typescript-eslint": "^8.
|
|
153
|
+
"typescript-eslint": "^8.33.0",
|
|
154
154
|
"yaml-eslint-parser": "^1.3.0"
|
|
155
155
|
},
|
|
156
156
|
"peerDependencies": {
|