Skip to content

Latest commit

 

History

History
169 lines (97 loc) · 2.91 KB

CHANGELOG.md

File metadata and controls

169 lines (97 loc) · 2.91 KB

Change Log - @rushstack/eslint-config

This log was last generated on Thu, 25 Jun 2020 06:43:34 GMT and should not be manually modified.

1.0.2

Thu, 25 Jun 2020 06:43:34 GMT

Patches

  • Enable variableDeclarationIgnoreFunction for the "@typescript-eslint/typedef" rule

1.0.1

Wed, 24 Jun 2020 09:50:48 GMT

Patches

  • Fix an issue with the published file set

1.0.0

Wed, 24 Jun 2020 09:04:28 GMT

Breaking changes

  • Upgrade to ESLint 7. Breaking change: patch-eslint6.js has been renamed to patch-eslint-resolver.js

0.5.8

Wed, 27 May 2020 05:15:10 GMT

Patches

  • Relax "max-lines" lint rule to 2,000 lines instead of 1,000 lines

0.5.7

Wed, 08 Apr 2020 04:07:33 GMT

Patches

  • Improve the error message text for the "ban-types" rule

0.5.6

Sat, 28 Mar 2020 00:37:16 GMT

Patches

  • Upgrade to eslint-plugin-tsdoc version 0.2.4

0.5.5

Wed, 18 Mar 2020 15:07:47 GMT

Version update only

0.5.4

Tue, 21 Jan 2020 21:56:13 GMT

Patches

  • Upgrade eslint-plugin-tsdoc to enable comments in tsdoc.json and more efficient loading

0.5.3

Sun, 19 Jan 2020 02:26:53 GMT

Version update only

0.5.2

Fri, 17 Jan 2020 01:08:23 GMT

Version update only

0.5.1

Thu, 09 Jan 2020 06:44:13 GMT

Version update only

0.5.0

Wed, 08 Jan 2020 00:11:31 GMT

Minor changes

  • Replace "no-restricted-syntax" rule with an equivalent rule "@rushstack/no-null"

0.4.2

Mon, 11 Nov 2019 16:07:56 GMT

Patches

  • Add eslint-plugin-tsdoc; update plugin versions

0.4.1

Tue, 22 Oct 2019 06:24:44 GMT

Patches

  • Update documentation

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