Bump config

This commit is contained in:
Alex 2023-10-13 19:59:15 -04:00
parent a8fdfcd9ed
commit a13f0432b8
4 changed files with 17 additions and 11 deletions

12
dist/package.json vendored
View File

@ -1,14 +1,14 @@
{
"name": "@aet/eslint-rules",
"version": "0.0.1-beta.40",
"version": "0.0.1-beta.42",
"license": "UNLICENSED",
"peerDependencies": {
"typescript": "^5.2.2"
},
"dependencies": {
"@types/eslint": "^8.44.3",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"@types/eslint": "^8.44.4",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"aria-query": "^5.3.0",
"axe-core": "4.8.2",
"axobject-query": "^4.0.0",
@ -18,7 +18,7 @@
"emoji-regex": "^10.2.1",
"enhanced-resolve": "^5.15.0",
"eslint-config-prettier": "9.0.0",
"eslint-define-config": "^1.23.0",
"eslint-define-config": "^1.24.1",
"eslint-import-resolver-node": "^0.3.9",
"eslint-module-utils": "^2.8.0",
"estraverse": "^5.3.0",
@ -30,7 +30,7 @@
"language-tags": "^1.0.9",
"lodash": "^4.17.21",
"minimatch": "^9.0.3",
"resolve": "^2.0.0-next.4",
"resolve": "^2.0.0-next.5",
"semver": "^7.5.4",
"tsconfig-paths": "^4.2.0"
}

View File

@ -15,7 +15,7 @@
"@types/estree": "^1.0.2",
"@types/estree-jsx": "^1.0.1",
"@types/lodash": "^4.14.199",
"@types/node": "^20.8.5",
"@types/node": "^20.8.6",
"@typescript-eslint/types": "^6.7.5",
"babel-plugin-macros": "^3.1.0",
"dts-bundle-generator": "^8.0.1",

8
pnpm-lock.yaml generated
View File

@ -33,8 +33,8 @@ devDependencies:
specifier: ^4.14.199
version: 4.14.199
'@types/node':
specifier: ^20.8.5
version: 20.8.5
specifier: ^20.8.6
version: 20.8.6
'@typescript-eslint/types':
specifier: ^6.7.5
version: 6.7.5
@ -1643,8 +1643,8 @@ packages:
resolution: {integrity: sha512-Vrjz5N5Ia4SEzWWgIVwnHNEnb1UE1XMkvY5DGXrAeOGE9imk0hgTHh5GyDjLDJi9OTCn9oo9dXH1uToK1VRfrg==}
dev: true
/@types/node@20.8.5:
resolution: {integrity: sha512-SPlobFgbidfIeOYlzXiEjSYeIJiOCthv+9tSQVpvk4PAdIIc+2SmjNVzWXk9t0Y7dl73Zdf+OgXKHX9XtkqUpw==}
/@types/node@20.8.6:
resolution: {integrity: sha512-eWO4K2Ji70QzKUqRy6oyJWUeB7+g2cRagT3T/nxYibYcT4y2BDL8lqolRXjTHmkZCdJfIPaY73KbJAZmcryxTQ==}
dependencies:
undici-types: 5.25.3
dev: true

View File

@ -76,6 +76,12 @@ export function extendConfig({
files: ['.eslintrc.js', '*.config.js', 'index.js', 'babel.config.js'],
extends: ['plugin:@typescript-eslint/disable-type-checked'],
},
{
files: ['*.d.ts'],
rules: {
'@typescript-eslint/consistent-type-imports': off,
},
},
...(overrides ?? []),
],
rules: {