This release has switched to @typescript-eslint/parser
and @typescript-eslint/eslint-plugin
from typescript-eslint-parser
and eslint-plugin-typescript
.
New enabled rules
no-useless-catch
.@mysticatea/ts/array-type
@mysticatea/ts/interface-name-prefix
@mysticatea/ts/no-extraneous-class
@mysticatea/ts/no-misused-new
@mysticatea/ts/no-object-literal-type-assertion
@mysticatea/ts/no-this-alias
(with{ allowDestructuring: true }
)@mysticatea/ts/restrict-plus-operands