chore: test precommit
This commit is contained in:
parent
503cd11cb6
commit
d09dbfa2da
2 changed files with 4 additions and 1 deletions
|
@ -1 +1,2 @@
|
|||
npx lint-staged
|
||||
npm run eslint --cache
|
||||
npm run prettier . --write
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue