chore: test precommit

This commit is contained in:
Ayo Ayco 2024-12-27 20:57:57 +01:00
parent 503cd11cb6
commit d09dbfa2da
2 changed files with 4 additions and 1 deletions

View file

@ -1 +1,2 @@
npx lint-staged
npm run eslint --cache
npm run prettier . --write

View file

@ -18,6 +18,8 @@ import { fileURLToPath } from 'node:url';
const __filename = fileURLToPath(import.meta.url)
const __dirname = path.dirname(__filename)
const gitignorePath = path.resolve(__dirname, '.gitignore')