Highlights This is a summary of the major changes you need to know about for this version of ESLint. Changes to JSX/React handling In this release, we made the decision to stop supporting React semantics of JSX. We had previously been checking JSX for identifiers in our rules and realized we could only do that correctly by building-in knowledge of how React works. Such knowledge already hurt us wh

