This commit is contained in:
Alex
2025-06-12 21:59:19 -04:00
parent d7e9b986c7
commit c38449c759
12 changed files with 540 additions and 316 deletions

View File

@ -8,13 +8,14 @@ export type Middleware =
| (() => Promise<{ default: MiddlewareResult }>);
export type Environment =
| 'react'
| 'reactRefresh'
| 'tailwind'
| 'storybook'
| 'reactQuery'
| 'testingLibrary'
| 'jsdoc'
| 'lingui'
| 'react'
| 'reactQuery'
| 'reactRefresh'
| 'storybook'
| 'tailwind'
| 'testingLibrary'
| 'vitest';
export interface NormalizedExtendConfigOptions {

17
dist/package.json vendored
View File

@ -1,6 +1,6 @@
{
"name": "@aet/eslint-rules",
"version": "2.0.48",
"version": "2.0.51",
"license": "UNLICENSED",
"type": "module",
"bin": {
@ -26,15 +26,14 @@
"@aet/eslint-define-config": "^0.1.15",
"@antfu/install-pkg": "^1.1.0",
"@eslint-community/eslint-utils": "^4.7.0",
"@eslint-react/eslint-plugin": "1.51.2",
"@eslint-react/eslint-plugin": "1.51.3",
"@eslint/js": "^9.28.0",
"@nolyfill/is-core-module": "^1.0.39",
"@stylistic/eslint-plugin": "^4.4.1",
"@types/eslint": "^9.6.1",
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@typescript-eslint/parser": "^8.33.1",
"@typescript-eslint/type-utils": "^8.33.1",
"@typescript-eslint/utils": "^8.33.1",
"@typescript-eslint/eslint-plugin": "^8.34.0",
"@typescript-eslint/parser": "^8.34.0",
"@typescript-eslint/type-utils": "^8.34.0",
"@typescript-eslint/utils": "^8.34.0",
"aria-query": "^5.3.2",
"axe-core": "^4.10.3",
"axobject-query": "4.1.0",
@ -48,7 +47,7 @@
"eslint-import-resolver-typescript": "^4.4.3",
"eslint-module-utils": "^2.12.0",
"eslint-plugin-import-x": "^4.15.1",
"eslint-plugin-regexp": "^2.8.0",
"eslint-plugin-regexp": "^2.9.0",
"eslint-plugin-unicorn": "^59.0.1",
"esprima": "^4.0.1",
"esquery": "^1.6.0",
@ -63,7 +62,7 @@
"lodash-es": "^4.17.21",
"minimatch": "^10.0.1",
"semver": "^7.7.2",
"typescript-eslint": "^8.33.1"
"typescript-eslint": "^8.34.0"
},
"pnpm": {
"overrides": {