diff --git a/package.json b/package.json index f00b41e9..a319c4d7 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "scripts": { "fmt": "prettier --write \"{optuna_dashboard/ts,typescript_tests,standalone_app/src,vscode/src}/**/*.{ts,tsx}\"", "lint": "npm run lint:eslint && npm run lint:fmt", - "lint:eslint": "eslint . --ext .ts,.tsx", + "lint:eslint": "eslint . --ext .ts,.tsx --max-warnings 0", "lint:fmt": "prettier --list-different \"{optuna_dashboard/ts,typescript_tests,standalone_app/src,vscode/src}/**/*.{ts,tsx}\"", "watch": "NODE_ENV=development TYPESCRIPT_LOADER=esbuild-loader webpack --watch", "build": "webpack",