Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
brankoconjic committed Nov 5, 2024
1 parent f90c75f commit cc58a02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,12 @@
"node": ">=20"
},
"lint-staged": {
"*": [
"*.{js,jsx,ts,tsx}": [
"eslint",
"prettier --list-different"
],
"!(*.css|*.js|*.jsx|*.ts|*.tsx)": [
"prettier --list-different"
]
},
"simple-git-hooks": {
Expand Down

0 comments on commit cc58a02

Please sign in to comment.