Skip to content

Commit

Permalink
Merge branch 'main' into feat/auto-expand-addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
begonaalvarezd authored Jan 31, 2024
2 parents 5124955 + 507a1e8 commit df1457e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@
],
"lint-staged": {
"src/**/*.{ts,js,tsx,jsx}": "eslint --cache --fix",
"src/**/*.{ts,js,scss,css}": "prettier --ignore-path=.prettierignore --write"
"src/**/*.{ts,js,tsx,jsx,scss,css}": "prettier --ignore-path=.prettierignore --write"
}
}

0 comments on commit df1457e

Please sign in to comment.