eslint-config-peerigon
Advanced tools
Changelog
25.2.0 (2020-01-23)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
Changelog
25.0.0 (2019-12-23)
Changelog
24.0.0 (2019-08-23)
@typescript-eslint/eslint-plugin@^2.0.0
if you're using the TypeScript rules. The recommended rules changed a little bit and there have been some breaking rule changes like @typescript-eslint/consistent-type-assertions
, @typescript-eslint/no-unnecessary-type-arguments
and @typescript-eslint/strict-boolean-expressions
Changelog
23.0.0 (2019-08-01)
@typescript-eslint/explicit-member-accessibility rule
(f036659)import/order
rule (ae8d12a)@typescript-eslint/explicit-member-accessibility
rule will now reports errors when someone uses the public keyword in TypeScript classes where it is not necessary.