aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorEug-VS <eug-vs@keemail.me>2020-02-06 19:49:29 +0300
committerEug-VS <eug-vs@keemail.me>2020-02-06 19:49:29 +0300
commit584ec386700fed0aa704819e55ae8d12ed265937 (patch)
tree6125158bdf2d94e04844da5dd9e6b67ff884eb4c /package.json
parentd50ac5ba261d1da6f367bd0e9e02da11f9de5921 (diff)
downloadreact-benzin-584ec386700fed0aa704819e55ae8d12ed265937.tar.gz
feat!: configure lint script to fail on warnings
Diffstat (limited to 'package.json')
-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"