Skip to content

Commit

Permalink
Added lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
idlefingers committed Nov 17, 2017
1 parent d198123 commit 8a5f8a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"lint": "eslint ."
}
}

0 comments on commit 8a5f8a2

Please sign in to comment.