Skip to content

Latest commit

 

History

History
79 lines (45 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

79 lines (45 loc) · 1.49 KB

Change Log - @rushstack/eslint-config

This log was last generated on Tue, 15 Oct 2019 01:22:16 GMT and should not be manually modified.

0.4.0

Tue, 15 Oct 2019 01:22:16 GMT

Minor changes

  • Rename @microsoft/eslint-config-scalable-ts to @rushstack/eslint-config

Patches

  • Upgraded ESLint plugin dependencies

0.3.1

Sun, 29 Sep 2019 23:56:29 GMT

Patches

  • Update repository URL

0.3.0

Wed, 04 Sep 2019 01:43:31 GMT

Minor changes

  • Fix an issue where the @typescript-eslint/array-type rule required a syntax that broke compatibility with TypeScript versions prior to 3.4

0.2.3

Tue, 03 Sep 2019 23:13:45 GMT

Patches

  • Upgrade to @typescript-eslint/eslint-plugin 2.1.0

0.2.2

Tue, 27 Aug 2019 01:48:45 GMT

Patches

  • Remove unused plugin reference

0.2.1

Tue, 27 Aug 2019 01:24:54 GMT

Patches

  • Replace "eslint-plugin-no-null" with a more lenient implementation that allows equality comparisons with "null"

0.2.0

Wed, 21 Aug 2019 21:56:59 GMT

Minor changes

  • Enable react/no-deprecated, react/no-unescaped-entities, and react/self-closing-comp

0.1.2

Fri, 16 Aug 2019 21:58:15 GMT

Patches

  • Relax peer dependency to allow usage with ESLint 5

0.1.1

Fri, 16 Aug 2019 01:15:03 GMT

Patches

  • Fix an issue where @typescript-eslint/no-unused-vars didn't work properly with React source files
  • Relax @typescript-eslint/camelcase to allow "_checkBox1_onChanged"

0.1.0

Thu, 15 Aug 2019 02:56:10 GMT

Minor changes

  • Initial release