This commit is contained in:
Alex
2025-02-05 18:55:12 -05:00
parent c2d582dea0
commit cddee19340
9 changed files with 332 additions and 287 deletions

24
dist/package.json vendored
View File

@ -1,6 +1,6 @@
{
"name": "@aet/eslint-rules",
"version": "2.0.29",
"version": "2.0.36",
"license": "UNLICENSED",
"type": "module",
"bin": {
@ -23,18 +23,18 @@
"@tanstack/eslint-plugin-query": "^5.62.1"
},
"dependencies": {
"@aet/eslint-define-config": "^0.1.5",
"@aet/eslint-define-config": "^0.1.7",
"@antfu/install-pkg": "^1.0.0",
"@eslint-community/eslint-utils": "^4.4.1",
"@eslint-react/eslint-plugin": "1.24.1",
"@eslint-react/eslint-plugin": "1.26.1",
"@eslint/js": "^9.19.0",
"@nolyfill/is-core-module": "^1.0.39",
"@stylistic/eslint-plugin": "^3.0.0",
"@stylistic/eslint-plugin": "^3.0.1",
"@types/eslint": "^9.6.1",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"@typescript-eslint/type-utils": "^8.21.0",
"@typescript-eslint/utils": "^8.21.0",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"@typescript-eslint/type-utils": "^8.23.0",
"@typescript-eslint/utils": "^8.23.0",
"aria-query": "^5.3.2",
"axe-core": "^4.10.2",
"axobject-query": "4.1.0",
@ -42,7 +42,7 @@
"debug": "^4.4.0",
"doctrine": "^3.0.0",
"emoji-regex": "^10.4.0",
"enhanced-resolve": "^5.18.0",
"enhanced-resolve": "^5.18.1",
"eslint-config-prettier": "^10.0.1",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.7.0",
@ -61,8 +61,8 @@
"language-tags": "^2.0.1",
"lodash-es": "^4.17.21",
"minimatch": "^10.0.1",
"semver": "^7.6.3",
"typescript-eslint": "^8.21.0"
"semver": "^7.7.1",
"typescript-eslint": "^8.23.0"
},
"pnpm": {
"overrides": {
@ -78,4 +78,4 @@
"**/is-core-module": "file:./overrides/is-core-module",
"**/supports-preserve-symlinks-flag": "file:./overrides/supports-preserve-symlinks-flag"
}
}
}

1
dist/tsconfig.json vendored
View File

@ -5,6 +5,7 @@
"jsx": "react-jsx",
"module": "Preserve",
"moduleResolution": "Bundler",
"noEmit": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noUnusedLocals": true,