eslint-config-xo-typescript
Advanced tools
Comparing version 0.45.2 to 0.46.0
@@ -93,4 +93,3 @@ 'use strict'; | ||
'[[[[]]]]': 'ur drunk 🤡', | ||
'[[[[[]]]]]': '🦄💥', | ||
Omit: 'Prefer the `Except` type in the `type-fest` package instead as it\'s stricter.' | ||
'[[[[[]]]]]': '🦄💥' | ||
} | ||
@@ -97,0 +96,0 @@ } |
{ | ||
"name": "eslint-config-xo-typescript", | ||
"version": "0.45.2", | ||
"version": "0.46.0", | ||
"description": "ESLint shareable config for TypeScript to be used with eslint-config-xo", | ||
@@ -46,17 +46,15 @@ "license": "MIT", | ||
], | ||
"dependencies": { | ||
"typescript": ">=4.3" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^4.32.0", | ||
"@typescript-eslint/parser": "^4.32.0", | ||
"@typescript-eslint/eslint-plugin": "^5.0.0", | ||
"@typescript-eslint/parser": "^5.0.0", | ||
"ava": "^2.4.0", | ||
"eslint": "^7.8.1", | ||
"temp-write": "^4.0.0" | ||
"temp-write": "^4.0.0", | ||
"typescript": ">=4.4" | ||
}, | ||
"peerDependencies": { | ||
"@typescript-eslint/eslint-plugin": ">=4.32.0", | ||
"eslint": ">=7.32.0", | ||
"typescript": ">=4.3" | ||
"@typescript-eslint/eslint-plugin": ">=5.0.0", | ||
"eslint": ">=8.0.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
3
23912
6
630
- Removedtypescript@>=4.3