Skip to content
Snippets Groups Projects
Commit 60fcd5aa authored by Oswaldo Acauan's avatar Oswaldo Acauan
Browse files

Improve lint script

parent 67c086d4
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
"start": "cd app;./start.sh",
"preinstall": "npm install grunt-cli",
"test": "cd app;JASMINE_BROWSER=PhantomJS JASMINE_MIRROR_PORT=3000 meteor run --test",
"lint": "eslint * --ext .jsx,.js"
"lint": "eslint . --ext .jsx,.js"
},
"dependencies": {
"babel-runtime": "^6.23.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment