tzsk / vite-pretty-lint

ESLint and Prettier for Vite Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿฆ„ Vite Pretty Lint

Build npm npm

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

๐Ÿ”ฅ How It Works

How it works

๐ŸŽ Installation

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

// NPM
npm init vite-pretty-lint

// YARN
yarn create vite-pretty-lint

// PNPM
pnpm create vite-pretty-lint

๐Ÿ”ฌ Testing

After Cloning the repository, install all npm dependencies by running: npm install.

Then Run Tests:

$ npm run test
$ npm run coverage

๐Ÿ“… Change log

Please see release history for more information on what has changed recently.

โค๏ธ Contributing

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

๐Ÿ‘‘ Credits

๐Ÿ‘ฎโ€โ™‚๏ธ License

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

About

ESLint and Prettier for Vite Project

License:MIT License


Languages

Language:JavaScript 100.0%