* refactor: optimize page loading and data fetching * fix: resolve recurring production runtime errors * feat: add MCP company and customer updates * fix: handle year-end tax adjustments * feat: harden annual report compliance * fix: expand invoice logo and font support * fix: sanitize API route error responses * fix: sanitize user-facing error messages * feat: persist onboarding and tax assessment notices * fix: reduce cloud backup audit churn * feat: refine invoice editor layout * fix: show saved tax adjustments in INK2 * fix: complete annual report API mappings * docs: record operational safeguards and decisions * fix: harden annual report review findings * fix: adjust column span for description based on VAT registration * New css class name
13 lines
321 B
JSON
13 lines
321 B
JSON
{
|
|
"totalErrors": 53,
|
|
"perRule": {
|
|
"@next/next/no-assign-module-variable": 1,
|
|
"@typescript-eslint/no-explicit-any": 14,
|
|
"prefer-const": 1,
|
|
"react-hooks/preserve-manual-memoization": 5,
|
|
"react-hooks/purity": 1,
|
|
"react-hooks/set-state-in-effect": 25,
|
|
"react-hooks/static-components": 6
|
|
}
|
|
}
|