Add eslint tasks and readme

This commit is contained in:
Kyrylo Gliebov 2018-09-14 18:39:17 +02:00
parent 1da6473420
commit 73071acb20
2 changed files with 20 additions and 1 deletions

View file

@ -7,7 +7,9 @@
"author": "",
"license": "LGPL-2.1",
"scripts": {
"build": "webpack"
"build": "webpack",
"eslint": "eslint --ext .jsx --ext .es6 src/",
"eslint:fix": "eslint --fix --ext .jsx --ext .es6 src/"
},
"devDependencies": {
"@babel/core": "^7.0.0",