[
https://issues.apache.org/jira/browse/CB-10636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15170518#comment-15170518
]
ASF GitHub Bot commented on CB-10636:
-------------------------------------
Github user vladimir-kotikov commented on a diff in the pull request:
https://github.com/apache/cordova-plugin-file-transfer/pull/127#discussion_r54331382
--- Diff: package.json ---
@@ -20,8 +20,8 @@
},
"scripts": {
"test": "npm run lint && npm run style",
- "style": "node_modules/.bin/jscs tests/tests.js",
- "lint": "node_modules/.bin/jshint tests/tests.js"
+ "lint": "node node_modules/jshint/bin/jshint www && node
node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint
tests",
--- End diff --
Just a nitpick - you can omit path to jshint executable, since npm magic
[does this for you](https://docs.npmjs.com/cli/run-script)
> Add JSHint for plugins
> ----------------------
>
> Key: CB-10636
> URL: https://issues.apache.org/jira/browse/CB-10636
> Project: Apache Cordova
> Issue Type: Task
> Reporter: Sergey Shakhnazarov
> Assignee: Sergey Shakhnazarov
>
> cordova-plugin-battery-status
> (/) cordova-plugin-camera
> cordova-plugin-console
> cordova-plugin-contacts
> cordova-plugin-device-motion
> cordova-plugin-device-orientation
> (/) cordova-plugin-device
> cordova-plugin-dialogs
> cordova-plugin-file-transfer
> (/) cordova-plugin-file
> cordova-plugin-geolocation
> cordova-plugin-globalization
> (/) cordova-plugin-inappbrowser
> cordova-plugin-media
> cordova-plugin-media-capture
> cordova-plugin-network-information
> (/) cordova-plugin-splashscreen
> cordova-plugin-vibration
> cordova-plugin-statusbar
> cordova-plugin-whitelist
> cordova-plugin-legacy-whitelist
> cordova-plugin-wkwebview-engine
> cordova-plugins
> cordova-plugin-test-framework
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]