https://github.com/xsf0105/create-pertty-lint
ESLint and Prettier for Project(vue/react/vite)命令式自动创建 eslint 配置
https://github.com/xsf0105/create-pertty-lint
Last synced: 4 months ago
JSON representation
ESLint and Prettier for Project(vue/react/vite)命令式自动创建 eslint 配置
- Host: GitHub
- URL: https://github.com/xsf0105/create-pertty-lint
- Owner: xsf0105
- Created: 2022-07-11T02:56:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-11T02:57:18.000Z (almost 3 years ago)
- Last Synced: 2024-10-30T10:15:23.681Z (6 months ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Pretty Lint
It is a simple package to initialize Recommended ESLint and Prettier config for Vue & React Projects.
## :fire: How It Works
```bash
yarn create pretty-lint
```## :gift: Installation
After creating a project. You can run this command inside the project.
```sh
// NPM
npm init pretty-lint// YARN
yarn create pretty-lint// PNPM
pnpm init pretty-lint
```## :microscope: Testing
After Cloning the repository, install all npm dependencies by running: `npm install`.
Then Run Tests:
```bash
$ npm run test
$ npm run coverage
```