Hi,
As promised in #18 here is a start for an eslint plugin.
I didn't add any rule, but I think we can grab some from https://github.com/jest-community/eslint-plugin-jest/#rules. I've directly required the plugin with @peeky/cli because it is really simple and lightweight, and in any case @peeky will be a devDependency.
Waiting for your feedback (first plugin for me, I've read the doc for the occasion 😉)
Hi, As promised in #18 here is a start for an eslint plugin.
I didn't add any rule, but I think we can grab some from https://github.com/jest-community/eslint-plugin-jest/#rules. I've directly required the plugin with
@peeky/cli
because it is really simple and lightweight, and in any case @peeky will be a devDependency.Waiting for your feedback (first plugin for me, I've read the doc for the occasion 😉)
See you.