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

https://github.com/tzsk/vite-pretty-lint

ESLint and Prettier for Vite Project
https://github.com/tzsk/vite-pretty-lint

Last synced: 4 days ago
JSON representation

ESLint and Prettier for Vite Project

Awesome Lists containing this project

README

          

# :unicorn: Vite Pretty Lint

![Build](https://img.shields.io/github/actions/workflow/status/tzsk/vite-pretty-lint/test.yml?branch=main&logo=github&style=for-the-badge)
[![npm](https://img.shields.io/npm/v/create-vite-pretty-lint?logo=npm&style=for-the-badge)](https://www.npmjs.com/package/create-vite-pretty-lint)
[![npm](https://img.shields.io/npm/dt/create-vite-pretty-lint?logo=npm&style=for-the-badge)](https://www.npmjs.com/package/create-vite-pretty-lint)

It is a simple package to initialize Recommended ESLint and Prettier config for Vite Vue & React Projects.

## :fire: How It Works

![How it works](./assets/preview.gif)

## :gift: Installation

After creating a project with Vite. You can run this command inside the project.

```sh
// NPM
npm init vite-pretty-lint

// YARN
yarn create vite-pretty-lint

// PNPM
pnpm create vite-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
```

## :date: Change log

Please see [release history][link-releases] for more information on what has changed recently.

## :heart: Contributing

Please feel free to contribute ideas and PRs are most welcome.

## :crown: Credits

- [Kazi Mainuddin Ahmed][link-author]
- [All Contributors][link-contributors]

## :policeman: License

The MIT License (MIT). Please see [License File](LICENSE) for more information.

[link-author]: https://github.com/tzsk
[link-contributors]: ../../contributors
[link-releases]: ../../releases