https://github.com/ioriens/linit
A lint configs initiator. linit = eslint + tslint + prettier + stylelint + husky + lint-staged
https://github.com/ioriens/linit
eslint husky javascript lint lint-staged node npx prettier standardjs stylelint tslint typescript
Last synced: 4 months ago
JSON representation
A lint configs initiator. linit = eslint + tslint + prettier + stylelint + husky + lint-staged
- Host: GitHub
- URL: https://github.com/ioriens/linit
- Owner: IOriens
- Created: 2018-06-22T06:28:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-06T07:40:38.000Z (almost 7 years ago)
- Last Synced: 2025-01-18T17:48:20.347Z (9 months ago)
- Topics: eslint, husky, javascript, lint, lint-staged, node, npx, prettier, standardjs, stylelint, tslint, typescript
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

A lint configs initiator, extracted from [bio](https://github.com/weidian-inc/bio-cli).
```
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