Skip to content

Releases: fs-webdev/eslint-config-tree

2.0.1

27 Dec 17:23

Choose a tag to compare

  • Update configuration

Add test files to demonstrate new promise rules and update snapshot.
Release version 2.0.1.

2.0.0

27 Dec 16:37
6122432

Choose a tag to compare

  • Add helpful ESLint plugins (#2)

  • eslint-plugin-no-only-tests

  • eslint-plugin-no-skip-tests

  • eslint-plugin-test-selectors // NOTE: Only runs against JSX

Add note to check promising plugins in the future.
Add test files to demonstrate new rules and update snapshot.
Release version 2.0.0.

1.0.15

05 Dec 17:20

Choose a tag to compare

  • Update eslint-plugin-html

Update eslint-plugin-html to version 6, to resolve the issue where loading ESLint 6+ breaks linting entirely.
See: BenoitZugmeyer/eslint-plugin-html#121
Appears to be backwards-compatible.

Release version 1.0.15.

  • Add eslint rule snapshot comparison

npm test will now run a snapshot comparison.
npm run test:update will update the snapshot to the latest eslint run.
Add ava & file-manager-js devDependencies.
Update documentation.

1.0.14

23 Aug 19:26

Choose a tag to compare

  • Add eslint-plugin-bestpractices dependency.

New warning: any time eslint-disable is used.
Release version 1.0.14.

1.0.13

25 Jul 20:10

Choose a tag to compare

  • Disable sonarjs/no-inverted-boolean-check

The autofix for one of our !!() expressions actually broke our code. Disabled.

Release version 1.0.13.

1.0.12

25 Jun 16:47

Choose a tag to compare

  • Turn off jsdoc/no-undefined-types

This was broken in eslint-plugin-jsdoc#8 in 2019-06. Disabled, for now. Check back later.
Release version 1.0.12.

1.0.11

25 Jun 16:07
4b570dc

Choose a tag to compare

Pin to eslint-plugin-jsdoc#8.3.0

Avoid TypeError: Cannot read property 'filter' of undefined. Occurred while linting errors that were added by recent modifications to no-undefined-types.

Release version 1.0.11.

1.0.10

17 Jun 17:16

Choose a tag to compare

  • Disable no-shadow

We 'break' this rule all the time with our promise.then format.

Release version 1.0.10.

1.0.9

17 Jun 16:21

Choose a tag to compare

  • Add FSResearchHelpService global

Release version 1.0.9.

1.0.8

17 Jun 15:47

Choose a tag to compare

  • Add google global

Needed for when we utilize the google.maps API.

Release version 1.0.8.