Releases: planetlabs/eslint-config-planet
Releases · planetlabs/eslint-config-planet
v20.0.0
What's Changed
- Update dependencies by @Primajin in #35
- Move import sorting to main ruleset by @Primajin in #36
- Avoid duplicate and self imports by @Primajin in #40
- Always have imports first by @Primajin in #41
- Add missing 'react/no-will-update-set-state' rule by @Primajin in #42
New Contributors
Full Changelog: v19.0.0...v20.0.0
v19.0.0
This release brings in Prettier@2, which changes formatting in ways that could be considered "breaking." In addition, the no-const-assign
rule is now enforced.