Add jshint checking and fix errors.
Showing
This diff is collapsed.
jshintrc
0 → 100644
package.json
100755 → 100644
... | @@ -24,7 +24,7 @@ | ... | @@ -24,7 +24,7 @@ |
"webchat" | "webchat" | ||
], | ], | ||
"author": "JC Brand", | "author": "JC Brand", | ||
"license": "MPL", | "license": "MPL-2.0", | ||
"bugs": { | "bugs": { | ||
"url": "https://github.com/jcbrand/converse.js/issues" | "url": "https://github.com/jcbrand/converse.js/issues" | ||
}, | }, | ||
... | @@ -36,7 +36,6 @@ | ... | @@ -36,7 +36,6 @@ |
"grunt": "~0.4.4", | "grunt": "~0.4.4", | ||
"grunt-cli": "~0.1.13", | "grunt-cli": "~0.1.13", | ||
"grunt-contrib-cssmin": "~0.9.0", | "grunt-contrib-cssmin": "~0.9.0", | ||
"grunt-contrib-jshint": "~0.10.0", | |||
"grunt-contrib-jst": "~0.6.0", | "grunt-contrib-jst": "~0.6.0", | ||
"grunt-contrib-requirejs": "~0.4.3", | "grunt-contrib-requirejs": "~0.4.3", | ||
"grunt-json": "^0.1.3", | "grunt-json": "^0.1.3", | ||
... | @@ -48,6 +47,7 @@ | ... | @@ -48,6 +47,7 @@ |
"po2json": "^0.3.0" | "po2json": "^0.3.0" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"jshint": "^2.8.0", | |||
"requirejs": "~2.1.15" | "requirejs": "~2.1.15" | ||
} | } | ||
} | } |
Please register or sign in to comment