Skip to content

Commit 6165a23

Browse files
committed
linting: turn off the no-use-extend-native rule
We use Bluebird methods in too many places.
1 parent e10338e commit 6165a23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@
189189
},
190190
"xo": {
191191
"rules": {
192-
"import/newline-after-import": "off"
192+
"import/newline-after-import": "off",
193+
"no-use-extend-native/no-use-extend-native": "off"
193194
}
194195
}
195196
}

0 commit comments

Comments
 (0)