An open API service indexing awesome lists of open source software.

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 配置

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
```