linit
v1.0.8
Published
A lint configs initiator, extracted from [bio](https://github.com/weidian-inc/bio-cli).
Downloads
20
Readme
A lint configs initiator, extracted from bio.
linit = eslint + tslint + prettier + stylelint + husky + lint-staged
Usage
Just execute this command under your project's root directory.
npx linit
Feature
- node/vue/typescript supported
- auto fix all fixable rules
- forgive unfixable rules (don't forget to fix them with your editor's lint suggestion)
- after first init, it will automatically init on other people's computer