Skip to content

Releases: amanda-mitchell/suppress-eslint-errors

v3.0.1

26 Aug 18:31
Compare
Choose a tag to compare
fix: Properly import chalk.

v3.0.0

26 Aug 02:49
d59bae8
Compare
Choose a tag to compare
chore: Upgrade to node 18.


BREAKING CHANGE: This tool will now require at least node 18.

v2.0.5

19 Feb 17:13
Compare
Choose a tag to compare
fix: Publish new version with latest dependencies.

v2.0.4

21 Jan 17:21
Compare
Choose a tag to compare
fix: Improve placement of comments for violations in else if conditions.

v2.0.3

21 Jan 03:39
Compare
Choose a tag to compare
fix: Preserve significant leading whitespace in jsx text nodes.

v2.0.2

21 Jan 01:44
Compare
Choose a tag to compare
fix: Improve handling of significant whitespace in JSX text nodes.

v2.0.1

20 Jan 04:45
Compare
Choose a tag to compare
fix: Only publish to public registry.

v1.1.1

22 Feb 19:33
Compare
Choose a tag to compare

1.1.1 (2019-02-22)

Bug Fixes

  • jsx: Prevent a crash in multiline prop handling. (2b12b0f)

v1.1.0

22 Feb 19:00
Compare
Choose a tag to compare

1.1.0 (2019-02-22)

Features

  • rule-whitelist: Add cli option to specify a whitelist of ESLint rules. (a66d8f6)

v1.0.1

22 Feb 02:10
Compare
Choose a tag to compare

1.0.1 (2019-02-22)

Bug Fixes

  • cli: Get jscodeshift path from more reliable source. (832bf8f)