QuiiBz / sherif

Opinionated, zero-config linter for JavaScript monorepos
MIT License
915 stars 14 forks source link

feat: automatic package manager `install` when autofixing #71

Closed Willem-Jaap closed 3 months ago

Willem-Jaap commented 5 months ago

Closes https://github.com/QuiiBz/sherif/issues/38 & part of https://github.com/QuiiBz/sherif/issues/68

This is my first time writing Rust so feel free to help me learn😅

Right now the implementation runs after --fix unless --no-install is passed and tries to detect the package manager.

image

image

Features:

Willem-Jaap commented 4 months ago

Install now runs automatically. Will add some more tests and polish when I have the time

Willem-Jaap commented 3 months ago

Great! Looking forward to having this merged