Running eslint
with version 12.0.0 of @nuxtjs/eslint-config
turns on the --report-unused-disable-directive
flag
#243
Labels
nuxt2-legacy
Issues related to the legacy Nuxt 2 eslint config
Easiiest way to repro this is to pull down
https://github.com/rancher-sandbox/rancher-desktop
You need to first run
npm i
(goes much faster if you change the"postinstall"
line inpackage.json
around line 41 toecho skipping node...
).Then run a command like:
For this file, I get this output:
Now if the version field in
package.json
is"^12.0.0"
(shouldn't be much higher if this is still open), change it to"11.0.0"
, rerunnpm i
and the abovenode ... eslint.js
, and you should get no output.I looked at the diffs for tags v11.0.0 and v12.0.0 and didn't see any code that looks like it's causing a problem, but I didn't trace into differences in the dependencies.
The text was updated successfully, but these errors were encountered: