Releases: fs-webdev/eslint-config-tree
6.0.0-alpha.0
- 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]
5.0.3
5.0.2
5.0.1
- Increase the cognitive complexity threshold
React function-based code is naturally +3 to +8 complexity, and is triggering all over the place, without developers having a viable solution.
Add overrides
note to help developers not make terrible decisions.
- Update README to include another solution for common problems
- Update docs to include help for jsdoc warnings
5.0.0
4.0.1
4.0.0
3.0.0
- Upgrade to eslint v7 (#5)
Update to eslint v7.
Update dependencies to latest releases.
Add release information to README.
Update test snapshots.
- Add husky pre-push check (#4)
Add husky dependency & configuration.
Since we automatically cut a new release when one is detected in a commit, we need to run the tests before pushing, to ensure that our rules are still applied as expected.
Add notes to README as to why we do not have any other integrations.
Add CODEOWNERS & contributing guidelines.
2.1.1
- Remove non-existent eslint-plugin-jsdoc rules
For some reason, these rules do not exist:
- check-property-names
- check-values
- empty-tags
- require-property-description
- require-property-name
- require-property-type
- require-property
Since we just added them to be in compliance with the latest release of eslint-plugin-jsdoc, we are disabling them, for now.
Release version 2.1.1.