diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 4f4e2d3..40c12ae 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -13,7 +13,6 @@ module.exports = { rules: { 'react-refresh/only-export-components': ['warn', { allowConstantExport: true }], '@typescript-eslint/no-unused-vars': ['warn', { argsIgnorePattern: '^_' }], - // Relaxar temporariamente até issue #2; CI falhava por config ausente '@typescript-eslint/no-explicit-any': 'off', 'no-empty': ['warn', { allowEmptyCatch: true }], }, diff --git a/package.json b/package.json index 68e567e..2717753 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "scripts": { "dev": "vite", "build": "tsc && vite build", - "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 45", + "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "vercel-build": "npm run build", "test": "vitest run",