@bmatei/eslint-config
Advanced tools
Comparing version 1.0.24 to 1.0.25
@@ -0,1 +1,8 @@ | ||
## [1.0.25](https://github.com/bfmatei/eslint-config/compare/v1.0.24...v1.0.25) (2020-04-13) | ||
### Bug Fixes | ||
* Update dependencies ([cf82fbf](https://github.com/bfmatei/eslint-config/commit/cf82fbfe8d66e9b7ca26402bc32410bf2d33a0e2)) | ||
## [1.0.24](https://github.com/bfmatei/eslint-config/compare/v1.0.23...v1.0.24) (2020-04-11) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@bmatei/eslint-config", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"description": "Configurations for ESLint.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -5,5 +5,5 @@ # ESLint Configuration | ||
## Versions | ||
- `@typescript-eslint/eslint-plugin` - 2.27.0 | ||
- `@typescript-eslint/eslint-plugin-tslint` - 2.27.0 | ||
- `@typescript-eslint/parser` - 2.27.0 | ||
- `@typescript-eslint/eslint-plugin` - 2.28.0 | ||
- `@typescript-eslint/eslint-plugin-tslint` - 2.28.0 | ||
- `@typescript-eslint/parser` - 2.28.0 | ||
- `codelyzer` - 5.2.2 | ||
@@ -168,5 +168,6 @@ - `eslint` - 6.8.0 | ||
- `@typescript-eslint/comma-spacing` - disabled - Prettier | ||
- `@typescript-eslint/explicit-module-boundary-types` - disabled since we want consistent return types | ||
- `@typescript-eslint/func-call-spacing` - disabled - Prettier | ||
- `@typescript-eslint/generic-type-naming` - disabled since we don't want to enforce naming on types | ||
- `@typescript-eslint/indent` - disabled - Prettier | ||
- `@typescript-eslint/generic-type-naming` - disabled since we don't want to enforce naming on types | ||
- `@typescript-eslint/member-delimiter-style` - disabled - Prettier | ||
@@ -177,3 +178,2 @@ - `@typescript-eslint/member-naming` - disabled since we don't want to enforce certain naming | ||
- `@typescript-eslint/no-explicit-any` - disabled since we allow any | ||
- `@typescript-eslint/explicit-module-boundary-types` - disabled since we want consistent return types | ||
- `@typescript-eslint/no-extra-parens` - disabled - Prettier | ||
@@ -184,6 +184,7 @@ - `@typescript-eslint/no-extra-semi` - disabled - Prettier | ||
- `@typescript-eslint/no-unnecessary-condition` - disabled since we allow certain conditions | ||
- `@typescript-eslint/no-untyped-public-signature` - disabled - `explicit-module-boundary-types` | ||
- `@typescript-eslint/no-unsafe-assignment` - disabled since we allow any | ||
- `@typescript-eslint/no-unsafe-call` - disabled as it is too strict | ||
- `@typescript-eslint/no-unsafe-member-access` - disabled as it is too strict | ||
- `@typescript-eslint/no-unsafe-return` - disabled as it is too strict | ||
- `@typescript-eslint/no-untyped-public-signature` - disabled - `explicit-module-boundary-types` | ||
- `@typescript-eslint/no-unused-vars` - disabled since this is reported by compiler | ||
@@ -195,2 +196,3 @@ - `@typescript-eslint/no-unused-vars-experimental` - disabled since this is reported by compiler | ||
- `@typescript-eslint/prefer-readonly-parameter-types` - disabled since it is very verbose | ||
- `@typescript-eslint/prefer-ts-expect-error` - disabled - `ban-ts-comment` | ||
- `@typescript-eslint/promise-function-async` - disabled - Angular | ||
@@ -197,0 +199,0 @@ - `@typescript-eslint/quotes` - disabled - Prettier |
Sorry, the diff of this file is not supported yet
44110
204