Ofer Segev
Ofer Segev
This now happens for the `www` folder as well 😩 introduced at 1.12.3
same here, using mac with node v12.18.0 and ndb v1.1.5 please help resolve this issue...
Replace `./node_modules/.bin/` with `npx` (Available since npm 5.2.0) So You can just run `npx eslint --fix src`
I actually agree with @artyil This example also demonstrate the issue: ```javascript const url1 = new URLSearchParams({ foo: false, bar: '1' }) //