aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorasketonim <anton.dubik33@gmail.com>2020-01-26 16:18:06 +0300
committerasketonim <anton.dubik33@gmail.com>2020-01-26 16:18:06 +0300
commit9e11dc3d99eb685d2cd55113e8d5f22d9f3e2d5a (patch)
treec723324c8703a8c7c40bb49919d291d26d7f8ee7 /package.json
parent29719a9e76714f027f5dab2b8b4a8243a80d4a9e (diff)
downloadreact-benzin-9e11dc3d99eb685d2cd55113e8d5f22d9f3e2d5a.tar.gz
fix: add missing ESlint dev-dependency
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index e011292..98a56a4 100644
--- a/package.json
+++ b/package.json
@@ -11,5 +11,8 @@
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "^3.3.0"
+ },
+ "devDependencies": {
+ "eslint": "^6.8.0"
}
}