You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2018/07/24 15:30:36 UTC

[couchdb-nano] 01/03: feat: remove jscs, code was out of sync for a while, tool is EOL

This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch deps/linters
in repository https://gitbox.apache.org/repos/asf/couchdb-nano.git

commit 6f886f7dd05d1e4f929e02a22e0fbabf89d82f73
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Tue Jul 24 17:04:49 2018 +0200

    feat: remove jscs, code was out of sync for a while, tool is EOL
---
 package.json | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package.json b/package.json
index 83938b7..fd9fc64 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,6 @@
     "tape": "^4.6.2",
     "istanbul": "^0.4.5",
     "jshint": "^2.9.4",
-    "jscs": "^3.0.7",
     "nock": "^9.0.0",
     "endswith": "^0.0.0",
     "tape-it": "^0.3.1"
@@ -40,7 +39,6 @@
     "unmocked": "NOCK_OFF=true tape tests/*/*/*.js",
     "mocked": "tape tests/*/*/*.js",
     "jshint": "jshint tests/*/*/*.js lib/*.js",
-    "codestyle": "jscs -p google tests/*/*/*.js lib/*.js",
     "coverage": "open coverage/lcov-report/index.html",
     "checkcoverage": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100"
   },