✅🎨 Linting and formatting Scripts are configured on package.json file. ✅ Linting ESLint tool is used: npm run lint 🎨 Formatting Prettier tool is used. Run the style check Check for any formatting errors without modifying the code: npm run format:check Run the style formatter Check for formatting errors and reformat the code: npm run format:write