Skip to content

Commit bc7ea80

Browse files
committed
Implements shouldCollapseNeighborNodes prop (#46)
1 parent 031755b commit bc7ea80

File tree

4 files changed

+112
-32
lines changed

4 files changed

+112
-32
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module.exports = {
6464
"no-param-reassign": "off",
6565
"no-use-before-define": 0,
6666
"no-underscore-dangle": "off",
67-
"no-unused-expressions": "warn",
67+
"no-unused-expressions": "off",
6868
"prefer-template": 2,
6969
"class-methods-use-this": 0,
7070
"react/forbid-prop-types": 0,

0 commit comments

Comments
 (0)