v17.0.0-0
We're finally able to offer a pre-release of ESLint 8 based standard 17!
This major release fully focuses on getting in sync with the wider ESLint ecosystem and doesn't in itself introduce any new rules or features.
This pre-release exists to test out the ESLint 8 related changes and discover possible backwards incompatible changes that comes with it and mitigate unintended such before a stable release.
When you upgrade, consider running standard --fix to automatically format your code to match the current set of rules.
Changed features
- Update
eslintfrom~7.18.0to^8.8.0#1725 - Update
eslint-config-standardfrom16.0.3to17.0.0-0to adapt to ESLint 8 #1725 - Update
eslint-config-standard-jsxfrom10.0.0to11.0.0-0to adapt to ESLint 8 #1725 - Update
standard-enginefrom^14to^15.0.0-0to adapt to ESLint 8, see itsCHANGELOG#1754
https://github.com/standard/standard/compare/v16.0.3...v17.0.0-0