chore: add lint-staged task for dependency changes (#548)

This commit is contained in:
Aditya Deshlahre
2023-12-09 06:00:15 +05:30
committed by GitHub
parent 3db67c1212
commit b152dbe25e
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
module.exports = {
'**/*.{js,jsx,cjs,mjs,ts,tsx,cts,mts,mdx}': ['prettier --write'],
'**/*/package.json': ['npm run precommit'],
};