Skip to content

Commit

Permalink
Merge pull request #168 from micahlmartin/jslint
Browse files Browse the repository at this point in the history
Enforce standards
  • Loading branch information
mrkrstphr committed Apr 8, 2015
2 parents 3d4b33b + dd58aee commit beeff24
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
test:
pre:
- npm run lint
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "illacceptanything",
"scripts": {
"lint": "jslint *.js"
},
"devDependencies": {
"benchmark": "1.x.x"
"bower": "~1.3.9",
Expand Down Expand Up @@ -33,6 +36,7 @@
"jasmine-reporters": "~1.0.1",
"jquery": "^2.1.3",
"jshint-stylish": "~1.0.0",
"jslint": "^0.9.0-pre006",
"karma": "0.12.32",
"karma-browserstack-launcher": "0.1.2",
"karma-chrome-launcher": "0.1.5",
Expand All @@ -56,6 +60,5 @@
"shelljs": "~0.3.0",
"sorted-object": "^1.0.0",
"stringmap": "^0.2.2"
},
"dependencies": {}
}
}

0 comments on commit beeff24

Please sign in to comment.