Skip to content

v9.0.0

Latest
Compare
Choose a tag to compare
@mysticatea mysticatea released this 31 Jan 10:15
· 21 commits to master since this release
v9.0.0
6604ccd

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