diff --git a/package.json b/package.json index 2dc675a..b633b52 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dev": "vite", "start": "vite", "build": "tsc && vite build", - "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", + "lint": "eslint . --ext ts,tsx --max-warnings 0", "preview": "vite preview", "generate-api": "openapi --input ./src/api/openapi.json --output ./src/generated/api --useOptions" },