grunt-eslint
grunt-eslint copied to clipboard
Validate files with ESLint
Is there a way to generate the output in default format as well as checkstyle format saved into a file? Thank you.
I am getting the error when running grunt-eslint for the rule "no-multi-spaces" with the option ignoreEOLComments as true. Pls see in the screenshot for the version of grunt-eslint in local...
[](https://issuehunt.io/r/sindresorhus/grunt-eslint/issues/160) Per #112, grunt-eslint does not currently support `extends`. Please add this support. --- IssueHunt Summary ### Backers (Total: $30.00) - [ issuehunt](https://issuehunt.io/u/issuehunt) ($30.00) ### Submitted pull Requests - [#163...
With the following setup: ``` estest/ bar/ foo.js package.json Gruntfile.js ``` Running `grunt eslint` results in: ``` Warning: Failed to load plugin jest: Cannot find module 'eslint-plugin-jest' Use --force to...
Duplicate of https://github.com/sindresorhus/grunt-eslint/issues/22, but despite that issue being "fixed" it is still reproducible. Comment https://github.com/sindresorhus/grunt-eslint/issues/22#issuecomment-209679165 wasn't answered, so re-creating it here, with hopes to clarify plugin current state. Thank you.
I would love to see the ability to implement flat configuration as a suppliable eslint config.
Hi there, I've just upgraded from v24.3.0 to v25.0.0 with `npm i [email protected]`. This pulls in the tgz from [registry.npmjs.org](https://registry.npmjs.org/grunt-eslint/-/grunt-eslint-25.0.0.tgz) (with hash `sha512-JIV5IPgOuacorFLmYtUTq0n+0qGIL9FSQJ4KVnNfCg/8Fm+K1t6OWrzXXI8TxWTwq2K9E3parFVXCpn1sGLbKQ==`), but that archive is only 2.5k zipped...