Closed bershanskiy closed 3 years ago
This project uses prettier for formatting (see format.mjs) and the provided eslint config conflicts with that. While I'll admit that eslint does provide a bit of code checking on top of the formatting I think that prettier is enough for this project.
Motivation
ESLint helps keep code neet (formatted nicely) and can perform some basic static analysis checks which might prevent run-time errors. Ideally, this will be integrated with GitHub Actions CI.
Example run
All rules are set to
"warn"
to minimize the diff LoC count.