CB-10636 Add JSHint for plugins

This commit is contained in:
daserge
2016-03-01 10:11:09 +03:00
parent e95dc3b9ab
commit b6f537fe4c
11 changed files with 43 additions and 15 deletions
+8 -1
View File
@@ -41,6 +41,13 @@
"cordova-tizen",
"cordova-browser"
],
"scripts": {
"test": "npm run jshint",
"jshint": "jshint www && jshint src && jshint tests"
},
"author": "Apache Software Foundation",
"license": "Apache-2.0"
"license": "Apache-2.0",
"devDependencies": {
"jshint": "^2.6.0"
}
}