Releases: herp-inc/eslint-config
Releases · herp-inc/eslint-config
jest@0.2.0
Non-breaking changes
- Allow
eslint-plugin-jest
v24.
base@0.8.0
Breaking changes
- Require
@typescript-eslint/eslint-plugin
^4.7
as a peer dependency - Turn on
@typescript-eslint/no-duplicate-imports
. - Turn on
@typescript-eslint/no-confusing-void-expression
. - Turn on
@typescript-eslint/no-unnecessary-type-constraint
. - Turn off
no-duplicate-imports
.
base@0.7.0
Breaking changes
- Require
@typescript-eslint/eslint-plugin
^4.2
as a peer dependency - Require
@typescript-eslint/parser
4
as a peer dependency
base@0.6.0
Non-breaking changes
- Accept
@typescript-eslint
suite v4.
base@0.5.0
Breaking changes
- Turn on
@typescript-eslint/no-base-to-string
.
Non-breaking changes
- Turn on
allowDeclarations
option for@typescript-eslint/no-namespace
.
base@0.4.1
Non-breaking changes
- Turn off
@typescript-eslint/no-unused-vars
explicitly.
base@0.4.0
Breaking changes
- Turn on
@typescript-eslint/dot-notation
. - Turn on
@typescript-eslint/return-await
with the option of'always'
. - Turn on
@typescript-eslint/require-array-sort-compare
. - Turn on
no-useless-rename
.
Non-breaking changes
- Turn off
@typescript-eslint/no-unused-vars
.
base@0.3.0
Breaking changes
- Move TypeScript-related rules from an override to the root.
base@0.2.1
Bug fixes
- Fix option for
@typescript-eslint/naming-convention
, which was wrongly specified.
base@0.2.0
Breaking changes
- Require
@typescript-eslint/eslint-plugin
^3.0.0
as a peer dependency- Some rules have been turned on. See the change log of the library for details.
- Require
@typescript-eslint/parser
^3.0.0
as a peer dependency - Turn on
@typescript-eslint/naming-convention
- Turn on
@typescript-eslint/restrict-template-expressions
- Turn on
@typescript-eslint/unbound-method