aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0ad0d02..8755a79 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
],
"scripts": {
"start": "react-scripts start",
- "lint": "eslint . --ext ts,tsx",
+ "lint": "eslint . --ext ts,tsx --max-warnings 0",
"test": "npm run lint && tsc",
"build": "rm -rf dist && tsc --project ts-compile-config.json",
"deploy": "npm run lint && npm run build && npm publish --public"