eslint-config-xo-typescript
Advanced tools
Comparing version 0.53.1 to 0.53.2
@@ -523,3 +523,2 @@ 'use strict'; | ||
'@typescript-eslint/no-unsafe-call': 'error', | ||
'@typescript-eslint/no-unsafe-declaration-merging': 'error', | ||
@@ -526,0 +525,0 @@ // Disabled until TypeScrpt supports the `node:` protocol. |
{ | ||
"name": "eslint-config-xo-typescript", | ||
"version": "0.53.1", | ||
"version": "0.53.2", | ||
"description": "ESLint shareable config for TypeScript to be used with eslint-config-xo", | ||
@@ -47,4 +47,4 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.41.0", | ||
"@typescript-eslint/parser": "^5.41.0", | ||
"@typescript-eslint/eslint-plugin": "^5.31.0", | ||
"@typescript-eslint/parser": "^5.31.0", | ||
"ava": "^2.4.0", | ||
@@ -55,4 +55,4 @@ "eslint": "^7.8.1", | ||
"peerDependencies": { | ||
"@typescript-eslint/eslint-plugin": ">=5.41.0", | ||
"@typescript-eslint/parser": ">=5.41.0", | ||
"@typescript-eslint/eslint-plugin": ">=5.31.0", | ||
"@typescript-eslint/parser": ">=5.31.0", | ||
"eslint": ">=8.0.0", | ||
@@ -59,0 +59,0 @@ "typescript": ">=4.4" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25774
701