Open
Description
Issue
In the latest version of eslint-config-nimble(2.4.0), the command eslint . --color
fails to lint files. It throws errors like this:
Expected
eslint . --color
command should lint all files.
Steps to reproduce
- Add
yarn add -D @nimblehq/eslint-config-nimble
- Add
"eslint": "eslint . --color"
to scripts - Run
yarn eslint