You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo reproduces the bug in eslint-config-airbnb.
There is an error while checking the test.js:
1:5 error 'Foo' is defined but never used no-unused-vars
The error appears despite that the parent config contains appropriate no-unused-vars setting.
It disappears only if we remove the airbnb's config (default or legacy) from the extends property.