Skip to content

Releases: fs-webdev/eslint-config-tree

6.3.0

27 Mar 17:31
9f6b2b7
Compare
Choose a tag to compare
  • Add TS lint testing and @typescript-eslint/explicit-module-boundary-types warning (#24)

We want to use @typescript-eslint/explicit-module-boundary-types and will have it as a warning for now to not disrupt us as much. Later on we will make it an error.
This is the first TS rule we are adding in this configuration, therefore, the ts eslint config and a ts file for testing local eslint issues are now part of testing.

6.2.0

24 Mar 18:40
75610f0
Compare
Choose a tag to compare
  • Consume cypress rules from eslint-frontier-react-config/cypress (#23)
  1. npm update
  2. add frontier's cypress config for our es6 config so we can have that
    for our apps without specifying it in our apps. The cypress linting
    rules are specific to just cypress tests.
  3. update tests

6.1.1

30 Sep 15:33
082391b
Compare
Choose a tag to compare
  • Add cy files to our overrides for tests and non-production code to not include our extra rules that are not needed for that (#21)

For example, we don't need to add test selectors for buttons in our cy
tests.

This will make it so we don't see these warnings (and the like) in our
apps that will have cypress testing:

image

image

To-Dos

  • Run tests (part of pre-push hook)
  • Update demo and tests, if linting configuration is being changed
  • Update documentation & README
  • Increment package.json version

6.1.0

19 Sep 15:07
caa8a80
Compare
Choose a tag to compare
  • Support the new @fs/zion/logical-over-directional (#20)

To get the new @fs/zion/logical-over-directional rule to be applied.

@fs/zion/logical-over-directional is in the jest file for now.
jest stuff is in overrides in the jest file so we can just extend it
from the top level rather than from a overrides.

npm update and update to node 20 and update husky
npm run test:update

6.0.1

31 Jan 15:11
e126b72
Compare
Choose a tag to compare
  • UpdateQALintingRules (#19)

QA uses WDIO, and with some of the ways WDIO is formatted, we use unnamed functions as our it functions.
We CAN use arrow functions, but that kills the ability to use this in our tests. Which we use a lot.

  • [maintenance] Update CODEOWNERS

6.0.0

13 Dec 18:35
9cccc2e
Compare
Choose a tag to compare
  • npm update and cut the release like @fs/eslint-config-frontier-react (#18)

Updated because I saw that @fs/eslint-config-frontier-react had cut the
release.

my only concern is the new JSDoc description does not satisfy the regex.
@skye2k2 Could you take a look at that?


Co-authored-by: Clif Bergmann [email protected]

  • npm run test:update with latest deps (#17)

Nothing new has been changed in this repo--just updating deps to see
what changes in linting-config.test.js.md

  • Add shared linting configuration for QA acceptance tests (#16)

Description

Add shared configuration for our WDIO acceptance tests.
Add fixtures to the test overrides list where certain rules are disabled.

Changes

  • qa.js configuration added.
  • Release version 6.0.0-alpha.4.
  • Remove preinstall to see if that is causing issues with prerender-service (#15)

update @fs/eslint-config-frontier-react too, see
fs-webdev/eslint-config-frontier-react#38

This is the issue in prerender-service, so seeing if this will fix this.

image

  • Re-enable tests

NOTE: This build will fail. From now on, we should be reviewing new changes regularly and making informed decisions about the changes to various rules.

  • Add Travis CI-based publishing (#14)

Add .travis.yml configuration and @fs/npm-publisher dependency and build step.
Disable tests, to get an already-released version out to artifactory.

TODO: Review the rule changes, and cut a new release.


Co-authored-by: Clif Bergmann [email protected]

  • Update cognitive-complexity number (#13)

Change cognitive-complexity back to 25 for most files
Make test files and such have complexity of 50

  • Update to latest eslint-config-frontier-react (#12)

See fs-webdev/eslint-config-frontier-react#37

  • v6-alpha (#11)

Major release: v6-alpha

Consume latest eslint-config-frontier-react.
Remove all Polymer-based, Code Climate-related, and legacy configuration and documentation.
Upgrade eslint to version 8.
Update snapshots to take all new rules into account.
Centralize all of our typical overrides (.ts, .stories, .test, etc.), and compartmentalize into its own es6.js file.


Co-authored-by: Clif Bergmann [email protected]

  • Compare Final Config for Testing (#10)

Print out final eslint config with the rules sorted alphabetically.
Compare the config to the previous reason in a new test.
Clean up output files to strip out environment-specific data via node script, as sed was causing too many issues.
Update documentation.


Co-authored-by: Clif Bergmann [email protected]

6.0.0-alpha.4

27 Apr 13:40
9169645
Compare
Choose a tag to compare
6.0.0-alpha.4 Pre-release
Pre-release
  • Add shared linting configuration for QA acceptance tests (#16)

Description

Add shared configuration for our WDIO acceptance tests.
Add fixtures to the test overrides list where certain rules are disabled.

Changes

  • qa.js configuration added.
  • Release version 6.0.0-alpha.4.
  • Remove preinstall to see if that is causing issues with prerender-service (#15)

update @fs/eslint-config-frontier-react too, see
fs-webdev/eslint-config-frontier-react#38

This is the issue in prerender-service, so seeing if this will fix this.

image

  • Re-enable tests

NOTE: This build will fail. From now on, we should be reviewing new changes regularly and making informed decisions about the changes to various rules.

  • Add Travis CI-based publishing (#14)

Add .travis.yml configuration and @fs/npm-publisher dependency and build step.
Disable tests, to get an already-released version out to artifactory.

TODO: Review the rule changes, and cut a new release.


Co-authored-by: Clif Bergmann [email protected]

  • Update cognitive-complexity number (#13)

Change cognitive-complexity back to 25 for most files
Make test files and such have complexity of 50

  • Update to latest eslint-config-frontier-react (#12)

See fs-webdev/eslint-config-frontier-react#37

  • v6-alpha (#11)

Major release: v6-alpha

Consume latest eslint-config-frontier-react.
Remove all Polymer-based, Code Climate-related, and legacy configuration and documentation.
Upgrade eslint to version 8.
Update snapshots to take all new rules into account.
Centralize all of our typical overrides (.ts, .stories, .test, etc.), and compartmentalize into its own es6.js file.


Co-authored-by: Clif Bergmann [email protected]

  • Compare Final Config for Testing (#10)

Print out final eslint config with the rules sorted alphabetically.
Compare the config to the previous reason in a new test.
Clean up output files to strip out environment-specific data via node script, as sed was causing too many issues.
Update documentation.


Co-authored-by: Clif Bergmann [email protected]

6.0.0-alpha.3

20 Mar 19:30
17954df
Compare
Choose a tag to compare
6.0.0-alpha.3 Pre-release
Pre-release
  • Remove preinstall to see if that is causing issues with prerender-service (#15)

update @fs/eslint-config-frontier-react too, see
fs-webdev/eslint-config-frontier-react#38

This is the issue in prerender-service, so seeing if this will fix this.

image

  • Re-enable tests

NOTE: This build will fail. From now on, we should be reviewing new changes regularly and making informed decisions about the changes to various rules.

  • Add Travis CI-based publishing (#14)

Add .travis.yml configuration and @fs/npm-publisher dependency and build step.
Disable tests, to get an already-released version out to artifactory.

TODO: Review the rule changes, and cut a new release.


Co-authored-by: Clif Bergmann [email protected]

  • Update cognitive-complexity number (#13)

Change cognitive-complexity back to 25 for most files
Make test files and such have complexity of 50

  • Update to latest eslint-config-frontier-react (#12)

See fs-webdev/eslint-config-frontier-react#37

  • v6-alpha (#11)

Major release: v6-alpha

Consume latest eslint-config-frontier-react.
Remove all Polymer-based, Code Climate-related, and legacy configuration and documentation.
Upgrade eslint to version 8.
Update snapshots to take all new rules into account.
Centralize all of our typical overrides (.ts, .stories, .test, etc.), and compartmentalize into its own es6.js file.


Co-authored-by: Clif Bergmann [email protected]

  • Compare Final Config for Testing (#10)

Print out final eslint config with the rules sorted alphabetically.
Compare the config to the previous reason in a new test.
Clean up output files to strip out environment-specific data via node script, as sed was causing too many issues.
Update documentation.


Co-authored-by: Clif Bergmann [email protected]

6.0.0-alpha.2

08 Mar 21:48
a7611d3
Compare
Choose a tag to compare
6.0.0-alpha.2 Pre-release
Pre-release
  • Update cognitive-complexity number (#13)

Change cognitive-complexity back to 25 for most files
Make test files and such have complexity of 50

  • Update to latest eslint-config-frontier-react (#12)

See fs-webdev/eslint-config-frontier-react#37

  • v6-alpha (#11)

Major release: v6-alpha

Consume latest eslint-config-frontier-react.
Remove all Polymer-based, Code Climate-related, and legacy configuration and documentation.
Upgrade eslint to version 8.
Update snapshots to take all new rules into account.
Centralize all of our typical overrides (.ts, .stories, .test, etc.), and compartmentalize into its own es6.js file.


Co-authored-by: Clif Bergmann [email protected]

  • Compare Final Config for Testing (#10)

Print out final eslint config with the rules sorted alphabetically.
Compare the config to the previous reason in a new test.
Clean up output files to strip out environment-specific data via node script, as sed was causing too many issues.
Update documentation.


Co-authored-by: Clif Bergmann [email protected]

6.0.0-alpha.1

08 Mar 18:43
e14de3f
Compare
Choose a tag to compare
6.0.0-alpha.1 Pre-release
Pre-release
  • Update to latest eslint-config-frontier-react (#12)

See fs-webdev/eslint-config-frontier-react#37

  • v6-alpha (#11)

Major release: v6-alpha

Consume latest eslint-config-frontier-react.
Remove all Polymer-based, Code Climate-related, and legacy configuration and documentation.
Upgrade eslint to version 8.
Update snapshots to take all new rules into account.
Centralize all of our typical overrides (.ts, .stories, .test, etc.), and compartmentalize into its own es6.js file.


Co-authored-by: Clif Bergmann [email protected]

  • Compare Final Config for Testing (#10)

Print out final eslint config with the rules sorted alphabetically.
Compare the config to the previous reason in a new test.
Clean up output files to strip out environment-specific data via node script, as sed was causing too many issues.
Update documentation.


Co-authored-by: Clif Bergmann [email protected]