Skip to content

Releases: xojs/eslint-config-xo-typescript

v0.14.0

06 Jun 09:03
Compare
Choose a tag to compare
  • Disable the no-require-imports rule, re-enable no-var-requires f36c186

v0.13.0...v0.14.0

v0.13.0

06 Jun 08:31
Compare
Choose a tag to compare
  • Disable the ESLint no-redeclare rule e97a69e
  • Disable the no-namespace and no-var-requires rules 4736871

v0.12.0...v0.13.0

v0.12.0

14 May 06:22
Compare
Choose a tag to compare

v0.11.0...v0.12.0

v0.11.0

10 May 17:30
Compare
Choose a tag to compare
  • Add TS version of the func-call-spacing rule 1c5b79f
  • Add option to the explicit-function-return-type rule 8fc8601
  • Add TS version of the semi rule 465a11c

v0.10.1...v0.11.0

v0.10.1

22 Apr 06:08
Compare
Choose a tag to compare
  • Disable the no-extra-parens rule 3be2980

v0.10.0...v0.10.1

v0.10.0

21 Apr 08:09
Compare
Choose a tag to compare
  • Add no-extra-parens rule acd7f91
  • Add await-thenable rule afc171f
  • Add prefer-string-starts-ends-with rule a336fe4
  • Add prefer-includes rule bdad401
  • Add prefer-for-of rule ffe70b1
  • Change array-type rule to use array-simple option 7b1f118

v0.9.0...v0.10.0

v0.9.0

21 Mar 06:47
Compare
Choose a tag to compare
  • Disable the promise-function-async rule temporarily e13134b
  • Add unified-signature rule 73a0128
  • Set allowSingleExtends in the no-empty-interface rule ae9da63
  • Add require-array-sort-compare rule a0c0d6b
  • Add prefer-function-type rule bbeccec
  • Add no-unnecessary-qualifier rule cbbfd70

v0.8.0...v0.9.0

v0.8.0

10 Feb 12:21
Compare
Choose a tag to compare
  • Disable the ESLint valid-jsdoc rule 55fecab
  • Enable prefer-object-spread and no-useless-catch ESLint rules 97b234f
  • Add promise-function-async rule ff9a8f0
  • Add no-require-imports rule c7fcf83
  • Add no-for-in-array rule 495cc3c

v0.7.0...v0.8.0

v0.7.0

03 Feb 18:59
Compare
Choose a tag to compare
  • Disable the no-non-null-assertion rule temporarily ad03c7d
  • Add no-unnecessary-type-assertion rule 4223cd9
  • Add no-useless-constructor rule 97e02a8
  • Enforce use of symbol over Symbol type ff3d47f

v0.6.0...v0.7.0

v0.6.0

26 Jan 13:58
Compare
Choose a tag to compare
  • Don't require last single-line element in member-delimiter-style to have semicolon dfb137f
  • Disable the prefer-interface rule 369a41f
  • Don't ignore unused React variable 38cad5a
  • Set the parserOptions.sourceType option c3c59a6
  • Set the parserOptions.project option 5b8e19c
  • Disable the no-type-alias rule de1d672
  • Add option to the no-object-literal-type-assertion rule f97c32b
  • Add restrict-plus-operands rule f3bf368

v0.5.0...v0.6.0