esprint
esprint copied to clipboard
Fast eslint runner
Would be sweet if in the `check` mode this would read from/write to the eslint cache (or create a similar paradigm), so that you don't have to always check all...
esprint is either taking the same amount of time (always within range of 60s) or is actually slower than running eslint directly   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...
Hey, most libraries like this allow you to store the config in package.json. I would like to request the feature of being able to store the config in package.json. I...
TL;DR: Please create and push git tags to GitHub. The latest tag pushed is 2.0.0: - https://github.com/pinterest/esprint/releases/tag/v2.0.0 - https://github.com/pinterest/esprint/releases - https://github.com/pinterest/esprint/tags but there's a commit that indicates 3.1.0 is the...
I just tried to upgrade Eslint from V7 to V8 and Esprint stopped working. Any hint on why is that? Our command is `"lint:js": "esprint check",` and dependencies: ``` "eslint":...

When running `esprint --fix` it outputs ``` 100 problems (7401 errors, 4 warnings) 51 errors and 0 warnings potentially fixable with the `--fix` option. ``` Those errors are not fixed....
Adds the ability to track dependencies of files so that if they cause changes in the ESLint results we don't continue reporting the old results.