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
- Host: GitHub
- URL: https://github.com/tzsk/vite-pretty-lint
- Owner: tzsk
- License: mit
- Created: 2022-01-30T15:57:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T23:27:47.000Z (about 2 years ago)
- Last Synced: 2025-08-09T03:58:09.271Z (2 months ago)
- Language: JavaScript
- Size: 747 KB
- Stars: 59
- Watchers: 3
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# :unicorn: Vite Pretty Lint

[](https://www.npmjs.com/package/create-vite-pretty-lint)
[](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

## :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