Trying to update from 6.4 to 7.x, and after an hour of trying to replicate the "right" settings to match what I had, I've had no luck getting any ESLint errors to show up, and more than half the time don't even see any indication of any output from the plugin.
Reverting back down to 6.5 and my old configuration settings work fine.
An example code change to "test" if this is working is to change a === to a ==. 6.4 and 6.5 with my existing configuration reports that in build or watch, using 7.1 or 7.2 never shows any errors.
Perhaps I'm missing something obvious, but I can't get there from just reading the current documentation.
Trying to update from 6.4 to 7.x, and after an hour of trying to replicate the "right" settings to match what I had, I've had no luck getting any ESLint errors to show up, and more than half the time don't even see any indication of any output from the plugin.
Reverting back down to 6.5 and my old configuration settings work fine.
An example code change to "test" if this is working is to change a
===
to a==
. 6.4 and 6.5 with my existing configuration reports that in build or watch, using 7.1 or 7.2 never shows any errors.Perhaps I'm missing something obvious, but I can't get there from just reading the current documentation.