@bmatei/eslint-config
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -0,1 +1,8 @@ | ||
# [1.2.0](https://github.com/bfmatei/eslint-config/compare/v1.1.0...v1.2.0) (2020-08-02) | ||
### Features | ||
* Update rules ([54c94bd](https://github.com/bfmatei/eslint-config/commit/54c94bdd4ede66da3c066dd4e9dc58b781a164fe)) | ||
# [1.1.0](https://github.com/bfmatei/eslint-config/compare/v1.0.26...v1.1.0) (2020-05-12) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@bmatei/eslint-config", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Configurations for ESLint.", | ||
@@ -27,6 +27,6 @@ "keywords": [ | ||
"husky": "4.2.5", | ||
"lint-staged": "10.2.2", | ||
"lint-staged": "10.2.11", | ||
"prettier": "2.0.5", | ||
"semantic-release": "17.0.7" | ||
"semantic-release": "17.1.1" | ||
} | ||
} |
@@ -5,10 +5,10 @@ # ESLint Configuration | ||
## Versions | ||
- `@typescript-eslint/eslint-plugin` - 2.32.0 | ||
- `@typescript-eslint/eslint-plugin-tslint` - 2.32.0 | ||
- `@typescript-eslint/parser` - 2.32.0 | ||
- `@typescript-eslint/eslint-plugin` - 3.7.1 | ||
- `@typescript-eslint/eslint-plugin-tslint` - 3.7.1 | ||
- `@typescript-eslint/parser` - 3.7.1 | ||
- `codelyzer` - 5.2.3 | ||
- `eslint` - 7.0.0 | ||
- `eslint` - 7.6.0 | ||
- `eslint-plugin-node` - not implemented yet | ||
- `prettier` - 2.0.5 | ||
- `tslint` - 6.1.2 | ||
- `tslint` - 6.1.3 | ||
@@ -22,4 +22,10 @@ ## Rules Details | ||
- `no-extra-semi` - disabled - Prettier, TypeScript | ||
- `no-func-assign` - disabled - TypeScript | ||
- `no-import-assign` - disabled - TypeScript | ||
- `no-loss-of-precision` - disabled - TypeScript | ||
- `no-obj-calls` - disabled - TypeScript | ||
- `no-setter-return` - disabled - TypeScript | ||
- `no-unexpected-multiline` - disabled - Prettier | ||
- `no-unreachable` - disabled - TypeScript | ||
- `no-unsafe-negation` - disabled - TypeScript | ||
- `valid-typeof` - disabled - TypeScript | ||
@@ -40,3 +46,2 @@ | ||
- `no-implicit-globals` - disabled - `no-var` and using ES6 modules | ||
- `no-implied-eval` - disabled - TypeScript | ||
- `no-invalid-this` - disabled - Angular | ||
@@ -96,2 +101,3 @@ - `no-magic-numbers` - disabled - TypeScript | ||
- `lines-around-comment` - disabled - Prettier | ||
- `lines-between-class-members` - disabled - TypeScript | ||
- `max-len` - disabled - Prettier | ||
@@ -161,5 +167,4 @@ - `multiline-comment-style` - disabled since we allow both types of multiline comments | ||
- `@typescript-eslint/comma-spacing` - disabled - Prettier | ||
- `@typescript-eslint/explicit-module-boundary-types` - disabled since we want consistent return types | ||
- `@typescript-eslint/explicit-module-boundary-types` - disabled since types are enforced on a global level | ||
- `@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 | ||
@@ -169,5 +174,3 @@ - `@typescript-eslint/init-declarations` - disabled since we don't want to enforce variables initialization | ||
- `@typescript-eslint/member-delimiter-style` - disabled - Prettier | ||
- `@typescript-eslint/member-naming` - disabled since we don't want to enforce certain naming | ||
- `@typescript-eslint/member-ordering` - this can be improved drastically | ||
- `@typescript-eslint/naming-convention` - disabled - `@typescript-eslint/camelcase` | ||
- `@typescript-eslint/no-explicit-any` - disabled since we allow any | ||
@@ -178,3 +181,3 @@ - `@typescript-eslint/no-extra-parens` - disabled - Prettier | ||
- `@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 | ||
- `@typescript-eslint/no-unnecessary-condition` - disabled for regular mode, but enabled for strict mode | ||
- `@typescript-eslint/no-unsafe-assignment` - disabled since we allow any | ||
@@ -184,3 +187,2 @@ - `@typescript-eslint/no-unsafe-call` - 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 | ||
@@ -187,0 +189,0 @@ - `@typescript-eslint/no-unused-vars-experimental` - disabled since this is reported by compiler |
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
44845
198