Akryum / peeky

A fast and fun test runner for Vite & Node 🐈️ Powered by Vite ⚡️
https://peeky.dev
MIT License
681 stars 17 forks source link

feat: add eslint plugin #23

Closed mathieutu closed 3 years ago

mathieutu commented 3 years ago

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.

mathieutu commented 3 years ago

@Akryum I can't see the eslint section in docs. Have I missed anything?

mathieutu commented 3 years ago

ok nevermind, I've seen it -> #29