Skip to content

eslint-config-zillow-typescript@1.0.0

Compare
Choose a tag to compare
@evocateur evocateur released this 30 Sep 16:27
· 3 commits to latest since this release
81a952c

1.0.0 (2020-09-30)

Features

  • Add module eslint-config-zillow-typescript (cfff176)

Bug Fixes

  • Turn off default-param-last until it is configurable (c05d872)
  • Enable auto-fix for ban-types 'object' case (bb70eb9)
  • Extend no-shadow allow list to accommodate common patterns (5e4013e)
  • Flesh out no-empty-function allow list (1d9438a)
  • Turn off explicit-module-boundary-types, too much noise (25ac226)
  • Turn off no-implicit-any-catch, too much noise (4e1ac62)
  • Turn off react/prop-types in TSX files (6249318)
  • Restore no-shadow builtinGlobals default (06d4337)
  • Turn off prefer-readonly-parameter-types, too many bugs for too little benefit (da2306e)