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 } }