From 3e7e3b0e3c68a1ee1420c7338dcffad60f5c999c Mon Sep 17 00:00:00 2001 From: Mike Bostock Date: Wed, 9 Jun 2021 07:47:12 -0700 Subject: [PATCH] stricter eslint --- README.md | 2 ++ test/.eslintrc.json | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a1c3169..f0f4d7c 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,11 @@ If you use npm, `npm install d3-drag`. You can also download the [latest release ```html ``` diff --git a/test/.eslintrc.json b/test/.eslintrc.json index a4e7f5a..1da3303 100644 --- a/test/.eslintrc.json +++ b/test/.eslintrc.json @@ -8,8 +8,5 @@ "browser": true, "node": true, "mocha": true - }, - "rules": { - "no-cond-assign": 0 } }