Issue: Linting appears to be slow when mw
is running.
Linting is only performed on source code:
# .eslintignore
**/node_modules/*
**/out/*
**/.next/*
- Make sure
mw
is running with node installed - run
yarn lint
. It should be very slow. - Disable
mw
and runyarn lint
again. It should be much faster.