Add .prettierrc.json and refactor test files for improved formatting consistency:
- Introduced `.prettierrc.json` to enforce consistent code formatting across the project. - Updated unit and e2e test files to address formatting issues, improve readability, and ensure alignment with the new Prettier configuration.
This commit is contained in:
@@ -47,7 +47,7 @@ const bookingKeys = [
|
||||
"missing_products",
|
||||
"error_copied",
|
||||
"guest_info_html",
|
||||
"confirm_booking"
|
||||
"confirm_booking",
|
||||
];
|
||||
|
||||
function findMissingKeys(messages, keys) {
|
||||
|
||||
Reference in New Issue
Block a user