DEV Community

Cover image for Creating vite vue ts template: Setup pre-commit.ci
Sardorbek Imomaliev
Sardorbek Imomaliev

Posted on • Updated on

Creating vite vue ts template: Setup pre-commit.ci

Configure pre-commit.ci

  1. Open https://pre-commit.ci
  2. Sign in
  3. Add an installation
  4. Select project Authorize project
  5. Add badge to the top of README.md

    [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/imomaliev/vue-ts/main.svg)](https://results.pre-commit.ci/latest/github/imomaliev/vue-ts/main
    
  6. git add -u

  7. git commit -m 'add pre-commit.ci badge'

Links

Project

GitHub logo imomaliev / vue-ts

Vite + Vue + TypeScript template

Top comments (0)