aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-03-21 14:42:20 +0300
committereug-vs <eug-vs@keemail.me>2020-03-21 14:42:20 +0300
commitde2a49bf1bf0e4c2f09ddcd0f2a86dff7062d8ea (patch)
tree8877dd182e80cd671b15f5d5ed231a76197062e1 /package.json
parente32c8be0a4b7f135c01449c3603da347728819a8 (diff)
downloadchrono-cube-ui-de2a49bf1bf0e4c2f09ddcd0f2a86dff7062d8ea.tar.gz
chore: update eslint to use typescript rules
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 33a67f5..80fb870 100644
--- a/package.json
+++ b/package.json
@@ -14,6 +14,7 @@
},
"scripts": {
"start": "react-scripts start",
+ "lint": "eslint . --ext ts,tsx --max-warnings 0",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"