[
https://issues.apache.org/jira/browse/CB-10636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15150572#comment-15150572
]
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-device/pull/50#discussion_r53171195
--- Diff: .jshintrc ---
@@ -0,0 +1,16 @@
+{
+ "node": true
+ , "bitwise": true
+ , "undef": true
+ , "trailing": true
+ , "quotmark": false
+ , "indent": 4
+ , "unused": "vars"
+ , "latedef": "nofunc"
+ , "jasmine": true
--- End diff --
Setting `jasmine` here seems excess, as there is only one file with tests.
Maybe just add inline `/* jshint jasmine: true*/` to `tests.js`
> 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
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]