@bmatei/eslint-config
Advanced tools
Comparing version 1.0.23 to 1.0.24
@@ -0,1 +1,8 @@ | ||
## [1.0.24](https://github.com/bfmatei/eslint-config/compare/v1.0.23...v1.0.24) (2020-04-11) | ||
### Bug Fixes | ||
* update dependencies ([066645f](https://github.com/bfmatei/eslint-config/commit/066645fa2dd182b8b2d24457a15449a0ebf22093)) | ||
## [1.0.23](https://github.com/bfmatei/eslint-config/compare/v1.0.22...v1.0.23) (2020-04-04) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@bmatei/eslint-config", | ||
"version": "1.0.23", | ||
"version": "1.0.24", | ||
"description": "Configurations for ESLint.", | ||
@@ -26,7 +26,7 @@ "keywords": [ | ||
"@semantic-release/git": "9.0.0", | ||
"husky": "4.2.3", | ||
"lint-staged": "10.1.1", | ||
"prettier": "2.0.2", | ||
"husky": "4.2.5", | ||
"lint-staged": "10.1.3", | ||
"prettier": "2.0.4", | ||
"semantic-release": "17.0.4" | ||
} | ||
} |
@@ -5,8 +5,8 @@ # ESLint Configuration | ||
## Versions | ||
- `@typescript-eslint/eslint-plugin` - 2.26.0 | ||
- `@typescript-eslint/eslint-plugin-tslint` - 2.26.0 | ||
- `@typescript-eslint/parser` - 2.26.0 | ||
- `@typescript-eslint/eslint-plugin` - 2.27.0 | ||
- `@typescript-eslint/eslint-plugin-tslint` - 2.27.0 | ||
- `@typescript-eslint/parser` - 2.27.0 | ||
- `codelyzer` - 5.2.2 | ||
- `eslint` - 6.8.0 | ||
- `prettier` - 2.0.2 | ||
- `prettier` - 2.0.4 | ||
- `tslint` - 6.1.0 | ||
@@ -180,3 +180,3 @@ | ||
- `@typescript-eslint/no-floating-promises` - disabled - Angular | ||
- `@typescript-eslint/no-magic-numbers` - disabled - NestJS | ||
- `@typescript-eslint/no-magic-numbers` - disabled as there are multiple edge cases where this can't be avoided and the code becomes extremely verbose | ||
- `@typescript-eslint/no-unnecessary-condition` - disabled since we allow certain conditions | ||
@@ -183,0 +183,0 @@ - `@typescript-eslint/no-untyped-public-signature` - disabled - `explicit-module-boundary-types` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
43562