Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Releases: xpring-eng/eslint-config-base

v0.2.3

21 May 15:43
53c802a
Compare
Choose a tag to compare
  • Bump eslint-plugin-tsdoc from 0.2.4 to 0.2.5
    • Add support for the @see tag!
  • Increase cyclomatic complexity threshold from 8 to 10
    • Seems to be the typical standard

v0.2.2

19 May 14:47
3ff61aa
Compare
Choose a tag to compare
  • Upgrade to @typescript-eslint v2.34.0
  • Disallow snake_case property names
  • Add rule for lines-between-class-members
  • Disallow @ts-ignore comments in test files.

v0.2.1

18 May 18:15
d981406
Compare
Choose a tag to compare
  • Allow @types/**/*.d.ts files to exist without warning.
  • Upgrade eslint-plugin-mocha to 7.0.0