Skip to content

Commit

Permalink
stricter eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Jun 9, 2021
1 parent 56df47e commit 3e7e3b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -24,9 +24,11 @@ If you use npm, `npm install d3-drag`. You can also download the [latest release

```html
<script type="module">
import {drag} from "https://cdn.skypack.dev/d3-drag@3";
const handler = drag();
</script>
```

Expand Down
3 changes: 0 additions & 3 deletions test/.eslintrc.json
Expand Up @@ -8,8 +8,5 @@
"browser": true,
"node": true,
"mocha": true
},
"rules": {
"no-cond-assign": 0
}
}

0 comments on commit 3e7e3b0

Please sign in to comment.