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 Mythie
parent 38e5b1d3ce
commit 497d9140d2
2 changed files with 3 additions and 1 deletions

View File

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