Migrate from v6 to v7 #230
filiptammergard
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In v7, consistent ordering of import members is enforced. The goal is to avoid arbitrary unrelated reshuffling of import members in commits due to individual IDE settings, by making the order deterministic.
Also:
react/prop-types
is enabled, which will cause an error when props are not typed. No action should be required since we're using TypeScript to type props. UPDATE: This rule was re-disabled in 7.0.1 due to reporting false positives and not providing additional value.Beta Was this translation helpful? Give feedback.
All reactions