@bmatei/eslint-config
Advanced tools
Comparing version 1.0.17 to 1.0.18
@@ -0,1 +1,8 @@ | ||
## [1.0.18](https://github.com/bfmatei/eslint-config/compare/v1.0.17...v1.0.18) (2020-03-15) | ||
### Bug Fixes | ||
* disable no-unsafe-call ([b670a29](https://github.com/bfmatei/eslint-config/commit/b670a299ca96b00aec846411de5cd72548ca399f)) | ||
## [1.0.17](https://github.com/bfmatei/eslint-config/compare/v1.0.16...v1.0.17) (2020-03-15) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@bmatei/eslint-config", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "Configurations for ESLint", | ||
@@ -5,0 +5,0 @@ "author": "Bogdan Matei <bogdan@matei.dev>", |
@@ -203,2 +203,3 @@ # ESLint Configuration | ||
- `@typescript-eslint/no-untyped-public-signature` - disabled - `explicit-module-boundary-types` | ||
- `@typescript-eslint/no-unsafe-call` - disabled as it is too strict | ||
- `@typescript-eslint/no-unused-vars` - disabled since this is reported by compiler | ||
@@ -205,0 +206,0 @@ - `@typescript-eslint/no-unused-vars-experimental` - disabled since this is reported by compiler |
Sorry, the diff of this file is not supported yet
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
41662
218