Skip to content

Commit

Permalink
Lint only src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Bento committed Nov 6, 2017
1 parent 2ca9785 commit 6e8e572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"url": "https://github.com/lucasbento/menubar-brightness"
},
"scripts": {
"lint": "eslint .",
"lint": "eslint src",
"make": "electron-forge make",
"package": "electron-forge package --platform=darwin",
"start": "electron-forge start"
Expand Down

0 comments on commit 6e8e572

Please sign in to comment.