Releases: planetlabs/eslint-config-planet
Releases · planetlabs/eslint-config-planet
v20.0.2
What's Changed
- Bump hosted-git-info from 2.8.8 to 2.8.9 by @dependabot in #47
- Bump glob-parent from 5.1.1 to 5.1.2 by @dependabot in #48
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #49
- bump dependencies by @bcvazquez in #50
New Contributors
- @bcvazquez made their first contribution in #50
Full Changelog: v20.0.1...v20.0.2
v20.0.1
What's Changed
- Configure a list of files to be included in the package by @tschaub in #44
- Bump lodash from 4.17.20 to 4.17.21 by @dependabot in #46
Full Changelog: v20.0.0...v20.0.1
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.