Skip to content

Commit

Permalink
linting: turn off the no-use-extend-native rule
Browse files Browse the repository at this point in the history
We use Bluebird methods in too many places.
  • Loading branch information
sindresorhus committed Oct 17, 2016
1 parent e10338e commit 6165a23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@
},
"xo": {
"rules": {
"import/newline-after-import": "off"
"import/newline-after-import": "off",
"no-use-extend-native/no-use-extend-native": "off"
}
}
}

0 comments on commit 6165a23

Please sign in to comment.