@anolilab/eslint-config 16.2.24 → 16.2.25
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 +6 -0
- package/dist/index.cjs +9 -9
- package/dist/index.d.cts +164 -2
- package/dist/index.d.mts +164 -2
- package/dist/index.d.ts +164 -2
- package/dist/index.mjs +10 -10
- package/package.json +6 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/eslint-config",
|
|
3
|
-
"version": "16.2.
|
|
3
|
+
"version": "16.2.25",
|
|
4
4
|
"description": "ESLint shareable config for the Anolilab JavaScript style guide.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -177,7 +177,8 @@
|
|
|
177
177
|
"eslint-plugin-tsdoc": "^0.4.0",
|
|
178
178
|
"eslint-plugin-validate-jsx-nesting": "^0.1.1",
|
|
179
179
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
|
|
180
|
-
"eslint-plugin-zod": "^1.4.0"
|
|
180
|
+
"eslint-plugin-zod": "^1.4.0",
|
|
181
|
+
"tailwind-csstree": "0.1.4"
|
|
181
182
|
},
|
|
182
183
|
"peerDependenciesMeta": {
|
|
183
184
|
"@eslint-react/eslint-plugin": {
|
|
@@ -252,6 +253,9 @@
|
|
|
252
253
|
"eslint-plugin-zod": {
|
|
253
254
|
"optional": true
|
|
254
255
|
},
|
|
256
|
+
"tailwind-csstree": {
|
|
257
|
+
"optional": true
|
|
258
|
+
},
|
|
255
259
|
"typescript": {
|
|
256
260
|
"optional": true
|
|
257
261
|
}
|