aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorEug-VS <eug-vs@keemail.me>2020-01-28 11:40:00 +0300
committerEug-VS <eug-vs@keemail.me>2020-01-28 11:41:09 +0300
commit9e7d76ec0360208f3333a7af61bd0e5ddeecfba4 (patch)
tree7d354fe3609e439662ff8f76de566faeabe5a653 /package.json
parent386e4c97fd803aa54e96bf56711d4a6a8873489a (diff)
downloadreact-benzin-9e7d76ec0360208f3333a7af61bd0e5ddeecfba4.tar.gz
feat: configure ESlint
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index a87fee1..6159728 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,7 @@
"module": "dist/index.js",
"scripts": {
"start": "react-scripts start",
+ "test": "eslint .",
"build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files"
},
"license": "MIT",
@@ -23,7 +24,9 @@
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/preset-react": "^7.8.3",
- "eslint": "^6.8.0"
+ "eslint": "^6.8.0",
+ "eslint-config-react-app": "^5.1.0",
+ "typescript": "^3.7.5"
},
"browserslist": {
"production": [