chore: add yml to lint-staged
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
module.exports = {
|
||||
'**/*.{js,jsx,cjs,mjs,ts,tsx,cts,mts,mdx}': ['prettier --write'],
|
||||
'**/*.yml': ['prettier --write'],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user