chore: test lint-staged

This commit is contained in:
Ayo Ayco 2024-12-27 17:23:27 +01:00
parent cafb59d677
commit 3749b14dbb

View file

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