Update rules

This commit is contained in:
Alex
2024-08-13 03:37:00 -04:00
parent 191848fdca
commit b0cc4a1525
21 changed files with 106 additions and 53 deletions

View File

@ -8,8 +8,8 @@
},
"private": true,
"devDependencies": {
"@aet/eslint-define-config": "^0.1.0-beta.21",
"@antfu/install-pkg": "^0.3.3",
"@aet/eslint-define-config": "^0.1.0-beta.22",
"@antfu/install-pkg": "^0.3.4",
"@babel/core": "^7.25.2",
"@babel/plugin-transform-flow-strip-types": "^7.25.2",
"@babel/preset-env": "^7.25.3",
@ -22,11 +22,11 @@
"@types/estree-jsx": "^1.0.5",
"@types/lodash": "^4.17.7",
"@types/node": "^22.2.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/type-utils": "^8.0.1",
"@typescript-eslint/types": "^8.0.1",
"@typescript-eslint/typescript-estree": "^8.0.1",
"@typescript-eslint/utils": "^8.0.1",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/type-utils": "^8.1.0",
"@typescript-eslint/types": "^8.1.0",
"@typescript-eslint/typescript-estree": "^8.1.0",
"@typescript-eslint/utils": "^8.1.0",
"babel-plugin-macros": "^3.1.0",
"dts-bundle-generator": "9.4.0",
"esbuild": "0.23.0",