Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fantasticit/code-lint
一行命令为项目集成 eslint、stylelint、commitlint、lint-staged、prettierr 支持
https://github.com/fantasticit/code-lint
commitlint eslint husky lint-staged prettierr stylelint
Last synced: 22 days ago
JSON representation
一行命令为项目集成 eslint、stylelint、commitlint、lint-staged、prettierr 支持
- Host: GitHub
- URL: https://github.com/fantasticit/code-lint
- Owner: fantasticit
- Created: 2020-06-19T15:24:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T14:05:37.000Z (almost 2 years ago)
- Last Synced: 2024-09-21T14:13:28.058Z (about 2 months ago)
- Topics: commitlint, eslint, husky, lint-staged, prettierr, stylelint
- Language: JavaScript
- Homepage:
- Size: 2.81 MB
- Stars: 29
- Watchers: 2
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @fantasticit/code-lint
> 一行命令为项目集成 eslint、stylelint、commitlint、lint-staged、prettierr 支持
## Usage
```bash
yarn add @fantasticit/code-lint -D -W
```then just run:
```bash
yarn fantasticit-code-lint init
```or you can:
```bash
npm i -g @fantasticit/code-lint
fantasticit-code-lint init # exec this in project
```you can see these files added in your project:
```bash
.editorconfig.prettierignore
.prettierrc.jsstylelint.config.js
.eslintignore
.eslintrc.js.cz-config.js
commitlint.config.jslint-staged.config.js
.huskyrc.js
```Have fun coding.