This fixes the overall lint configuration for the project as a whole and applies the formatting rules to both the code and the tests. It also adds a new rule to sort our imports and fix them automatically.
Usage
npm run eslint-fix
Note: Eventually we'll add a step to CI to check for a valid lint config.
Description
This fixes the overall lint configuration for the project as a whole and applies the formatting rules to both the code and the tests. It also adds a new rule to sort our imports and fix them automatically.
Usage