It is a simple package to initialize Recommended ESLint and Prettier config for Vite Vue & React Projects.
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
After Cloning the repository, install all npm dependencies by running: npm install
.
Then Run Tests:
$ npm run test
$ npm run coverage
Please see release history for more information on what has changed recently.
Please feel free to contribute ideas and PRs are most welcome.
The MIT License (MIT). Please see License File for more information.