Skip to content

Commit 828cae8

Browse files
authored
chore: align lint-staged config (#29)
1 parent e11b427 commit 828cae8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lint-staged.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default {
2-
'*.(css|js|json|jsx|md|mjs|mts|ts|tsx|yml|yaml)': ['prettier --write'],
2+
'*': ['prettier --write --ignore-unknown'],
33
'*.(js|jsx|mjs|mts|ts|tsx)': [
44
'eslint --fix --max-warnings 0 --no-warn-ignored',
55
],

0 commit comments

Comments
 (0)