chore: test precommit

This commit is contained in:
Ayo Ayco 2024-12-27 20:58:26 +01:00
parent d09dbfa2da
commit 93193b10de
2 changed files with 1 additions and 2 deletions

View file

@ -1,2 +1,3 @@
npm run eslint --cache npm run eslint --cache
npm run prettier . --write npm run prettier . --write
git add .

View file

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