Skip to content

Commit

Permalink
Move jshint config into package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueimp committed Dec 16, 2015
1 parent a856351 commit fb5c2cf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 81 deletions.
81 changes: 0 additions & 81 deletions .jshintrc

This file was deleted.

18 changes: 18 additions & 0 deletions package.json
Expand Up @@ -38,5 +38,23 @@
"preversion": "npm test",
"version": "npm run build && git add -A js",
"postversion": "git push origin master --tags && npm publish"
},
"jshintConfig": {
"bitwise": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"freeze": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"noempty": true,
"nonbsp": true,
"nonew": true,
"quotmark": true,
"undef": true,
"unused": true,
"strict": true
}
}

0 comments on commit fb5c2cf

Please sign in to comment.