Created by: Timer
While playing with #2113 I noticed ESLint only works for a scaffolded application, and not in our monorepo.
It's because our .eslintignore
says to ignore these files.
Just like .eslintrc
, we should not respect .eslintignore
files since webpack is managing the globbing (and only linting src/**/*.js
files).