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/25 17:15:02 UTC

[couchdb-nano] branch deps/linters updated: chore: take linters out of pre-commit

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


The following commit(s) were added to refs/heads/deps/linters by this push:
     new 60ffaf0  chore: take linters out of pre-commit
60ffaf0 is described below

commit 60ffaf060b96be35c58ffde99e2a6bcfb3a30a8b
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Wed Jul 25 19:14:51 2018 +0200

    chore: take linters out of pre-commit
---
 package.json | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package.json b/package.json
index d6e572a..0466c7c 100644
--- a/package.json
+++ b/package.json
@@ -47,8 +47,6 @@
     "node": ">=6"
   },
   "pre-commit": [
-    "jshint",
-    "codestyle",
     "mocked",
     "test",
     "checkcoverage"