@anolilab/eslint-config 16.2.0 → 16.2.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/eslint-config",
3
- "version": "16.2.0",
3
+ "version": "16.2.2",
4
4
  "description": "ESLint shareable config for the Anolilab JavaScript style guide.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -184,6 +184,9 @@
184
184
  "@eslint-react/eslint-plugin": {
185
185
  "optional": true
186
186
  },
187
+ "@eslint/css": {
188
+ "optional": true
189
+ },
187
190
  "@tanstack/eslint-plugin-query": {
188
191
  "optional": true
189
192
  },
@@ -193,6 +196,15 @@
193
196
  "@unocss/eslint-plugin": {
194
197
  "optional": true
195
198
  },
199
+ "astro-eslint-parser": {
200
+ "optional": true
201
+ },
202
+ "eslint-plugin-astro": {
203
+ "optional": true
204
+ },
205
+ "eslint-plugin-format": {
206
+ "optional": true
207
+ },
196
208
  "eslint-plugin-jsx-a11y": {
197
209
  "optional": true
198
210
  },
@@ -205,9 +217,21 @@
205
217
  "eslint-plugin-react": {
206
218
  "optional": true
207
219
  },
220
+ "eslint-plugin-react-compiler": {
221
+ "optional": true
222
+ },
208
223
  "eslint-plugin-react-hooks": {
209
224
  "optional": true
210
225
  },
226
+ "eslint-plugin-react-perf": {
227
+ "optional": true
228
+ },
229
+ "eslint-plugin-react-refresh": {
230
+ "optional": true
231
+ },
232
+ "eslint-plugin-react-you-might-not-need-an-effect": {
233
+ "optional": true
234
+ },
211
235
  "eslint-plugin-storybook": {
212
236
  "optional": true
213
237
  },