Dylan Greene
Dylan Greene
I can repeat the problem with `grunt-s3 0.2.0-alpha.2` and Node `0.10.10`. It doesn't happen all the time, just sometimes.
`count` currently isn't helpful because if they are all the same version, then there will just be one copy on disk, and one copy inserted in web bundles. It would...
Hi @nzakas, thanks for the quick response and helpful questions! ### Culprit The culprit when I created the issue was two conflicting rules both from the `import` plugin, caused by...
Hi @nzakas - Here's a working reproduction that you can test in your browser. https://stackblitz.com/edit/node-ugx5i6?file=module.ts,.eslintrc.js,index.tsx Run `yarn lint` or `npm run lint` in the terminal to see the results. Results...
I appreciate your idea because I'm guessing most eslint users are not in charge of their rules, so this will speed up their workflow without them having to do any...
I'd like to see some kind of `jslint`/`jshint`/`eslint` tool that I can run via `grunt` as I'm working and it can help me when I'm not following best practices. `nglint`?
Maybe this can solve it, at least for Mac users. https://github.com/prasmussen/chrome-cli
I get this issue too. ``` /home/node/local/lib/node_modules/everyauth/lib/modules/twitter.js:35 return new Error(data.data.match(/(.+)/)[1]); ^ TypeError: Cannot read property '1' of null at /home/node/local/lib/node_modules/everyauth/lib/modules/twitter.js:35:61 at /home/node/local/lib/node_modules/everyauth/lib/step.js:97:21 at [object Object].fail (/home/node/local/lib/node_modules/everyauth/lib/promise.js:53:24) at /home/node/local/lib/node_modules/everyauth/lib/modules/twitter.js:14:31 at passBackControl...
We still have this problem, ranges from zero to 100 times a day on http://DoodleOrDie.com. It's the only reason our Node service crashes and it's driving us nuts.
`import-style` would be _perfect_, but, [it doesn't have an auto-fix](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/963). A generic autofix for `import-style` feels like it could be slow to determine available named exports, but with `is` we...