eslint-watch
eslint-watch copied to clipboard
ESLint with simple watching capabilities
### What was the problem/Ticket Number closes #183 ### How does this solve the problem? Checks `error.code` (`ENOENT`) rather than `error.errno` (`-2`) when displaying error. https://github.com/sindresorhus/execa#handling-errors ### How to duplicate...
### Environment - Node Version: 16.13.0 & 14.17.1 - Eslint-Watch Version: 7.0.0 & 8.0.0 - Eslint Version: ### Basic Description of the problem When `eslint` is missing, `eslint-watch` exits with...
### Environment - Node Version: 17.3.1 - Eslint-Watch Version: 8.0.0 - Eslint Version: 8.13.0 ### Basic Description of the problem ### How to reproduce it 1. Command: `./node_modules/.bin/esw --help` 2....
### Environment - Node Version: - Eslint-Watch Version: - Eslint Version: ``` % node -v v16.14.0 % esw -v Eslint-Watch: v8.0.0 % eslint -v v8.11.0 ``` ### Basic Description of...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
### Environment - Node Version: v11.12.0 - Eslint-Watch Version: v5.0.1 - Eslint Version: v5.15.3 ### Basic Description of the problem Hope to have more comfortable information. ### How to reproduce...
### Environment - Node Version: 6.10.3 - Eslint-Watch Version: 3.1.2 - Eslint Version: 3.7.0 ### Basic Description of the problem Watch feels very unresponsive when eslint is running. Linting is...
### Environment - Node Version: 18.16.0 - Eslint-Watch Version: 8.0.0 - Eslint Version: 8.39.0 ### Basic Description of the problem Basically, it did not work out of the box as...
### Environment - Node Version: v20.5.1 - Eslint-Watch Version: v8.0.0 - Eslint Version: v8.54.0 ### Basic Description of the problem esw warns that changed files are not ignored when they...
### Environment - Node Version: v20.5.1 - Eslint-Watch Version: v8.0.0 - Eslint Version: v8.54.0 ### Basic Description of the problem Using the `--watch` and `--changed` flags don't trigger a re-lint....