Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9A3B118910 for ; Sat, 27 Feb 2016 09:53:43 +0000 (UTC) Received: (qmail 70298 invoked by uid 500); 27 Feb 2016 09:53:43 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 70260 invoked by uid 500); 27 Feb 2016 09:53:43 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 70249 invoked by uid 99); 27 Feb 2016 09:53:43 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2016 09:53:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 01E5FE0415; Sat, 27 Feb 2016 09:53:42 +0000 (UTC) From: vladimir-kotikov To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org References: In-Reply-To: Subject: [GitHub] cordova-plugin-file-transfer pull request: CB-10636 Add JSHint for... Content-Type: text/plain Message-Id: <20160227095343.01E5FE0415@git1-us-west.apache.org> Date: Sat, 27 Feb 2016 09:53:43 +0000 (UTC) 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) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org