Add lint script

This commit is contained in:
Giovanni Giordano 2020-01-03 21:51:24 +01:00
parent 6a6a31d99c
commit 499035c267

View File

@ -23,7 +23,8 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"lint": "eslint src"
},
"browserslist": [
">0.2%",