cletusw / eslint-plugin-local-rules

A plugin for ESLint that allows you to use project-specific rules
MIT License
158 stars 9 forks source link

add/testing #10

Closed JohnDaly closed 2 years ago

JohnDaly commented 2 years ago

Changes

I'll leave the choice of testing framework and package manager to @cletusw. I chose Vitest to write the tests, but it could be swapped out for other options (e.g. Jest, Mocha) without too much trouble.

cletusw commented 2 years ago

This is incredible, thank you so much! And yes, vitest looks just fine (hadn't heard of it before).

Hope you don't mind I added prettier and used it to standardize the quotes.

cletusw commented 2 years ago

Okay, published v1.3.0 -- @diegocr @JohnDaly let me know if things are working alright, thanks!

diegocr commented 2 years ago

Great work there @JohnDaly

Just tested 1.3.0 and all is fine @cletusw

Thanks guys! 😍

JohnDaly commented 2 years ago

This is incredible, thank you so much!

No problem, thanks for this package!

Hope you don't mind I added prettier and used it to standardize the quotes.

👍