Files
neo-blog/web/.eslintrc.json
Snowykami 99e291654d ♻️ refactor: standardize code formatting and improve readability across components
- Updated component files to use consistent single quotes for strings.
- Removed unnecessary newlines and adjusted indentation for better readability.
- Simplified conditional rendering and improved code structure in various components.
- Added ESLint configuration for better code quality and adherence to standards.
- Enhanced error handling in i18n request logic.
2025-07-26 10:01:27 +08:00

7 lines
73 B
JSON

{
"extends": [
"next/core-web-vitals",
"next/typescript"
]
}