A simple tool to make onboarding ESLint to existing JavaScript projects easier.
- Run
npx lintboard .
in the root directory of the existing JavaScript project where you have setup ESLint. - Open your favorite version control GUI to do a sanity check of the end result.
- Commit to your CI process with strict tests that pass your existing codebase.
- Profit!
PR's welcome, especially for tests at this point. Then we can fix my sloppy and likely bug-ridden approach to the task.