Closed
Description
When upgrading from 3.3.2 to 3.4.1, Webstorm is unable to lint. It shows the following message:
ESLint failed: Cannot parse checkstyle XML
The output of checkstyle output:
The react/jsx-quotes rule is deprecated. Please use the jsx-quotes rule instead.
<?xml version="1.0" encoding="utf-8"?><checkstyle version="4.3"><file name="/home/edo/some-file.js"></file></checkstyle>
I believe the deprecation warning is the problem here.