Patrick Aleite
Patrick Aleite
Make sure your yarn.lock-file entries use your artifactory’s urls; yarn will fetch from the registry defined there. Yarn will read .npmrc, so create it, if you haven’t already, and set...
I'm having the same issue 😔
@cspotcode : I created an eslint-plugin like you described: https://www.npmjs.com/package/eslint-plugin-diff I'm hoping it will allow people to use the ESLint CLI, while only displaying errors on the diff (both "staged...
@cspotcode Thanks, please let me know if you run into any issues! 🙂 There is a native way to do what you describe with `git reset`: If you do `git...
@mackclark : I recently released a plugin for ESLint which allows you to do just that (use `"extends": ["plugin:diff/staged"]`): https://www.npmjs.com/package/eslint-plugin-diff
I'm experiencing the same issue.
Not really a solution for this issue, but for those of you who use Next.js v10, you can try `next/image` as a workaround until this package gets fixed.
thanks for reporting this! looking into it
I think the issue here is that the files are untracked, which means they won’t be linted. I’m working on changing this though, so the plug-in WILL lint untracked files,...
I've released a new (alpha) version: https://www.npmjs.com/package/eslint-plugin-diff/v/1.0.13-0 Please try it out and see if that fixes your issues. Untracked files will now be picked up when using `plugin:diff/diff`. If it's...