Releases: fs-webdev/eslint-config-tree
Releases · fs-webdev/eslint-config-tree
2.0.8
- Add custom data-test definition for eslint-plugin-test-selectors
Now our JSX should not yell at us that we aren't using data-test-id
, because we are using data-testid
.
Update test output, because some rules began applying in a different order.
Release version 2.0.8.
2.0.7
- Disable import/no-absolute-path eslint rule, for now
Add note of explanation.
Release version 2.0.7.
2.0.6
- Turn off previously-not-angry rules
Release version 2.0.6.
2.0.5
- Reduce prefer-const errors down to warnings
Release version 2.0.5.
2.0.4
- Remove broken rules, for now
Release version 2.0.4.
2.0.3
- Turn off jsdoc/no-undefined-types again
This rule still seems to be wonky.
Release version 2.0.3.
2.0.2
- Update linting plugins and rules
eslint-config-standard: ^12 --> ^14
eslint-plugin-jsdoc: 8.3.0 --> ^20
eslint-plugin-json: ^1 --> ^2
eslint-plugin-sonarjs: ^0.3 --> ^0.5
Release version 2.0.2.
2.0.1
Add test files to demonstrate new promise rules and update snapshot.
Release version 2.0.1.
2.0.0
-
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
- 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.