Skip to content

Commit

Permalink
Adds xo rules to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Straub committed Oct 27, 2016
1 parent d6f87b1 commit 915c84e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oddworks-brightcove-provider",
"version": "1.2.0",
"version": "1.2.1",
"description": "An Oddworks provider plugin for Brightcove APIs",
"main": "index.js",
"dependencies": {
Expand Down Expand Up @@ -40,5 +40,11 @@
"bugs": {
"url": "https://github.com/oddnetworks/oddworks-brightcove-provider/issues"
},
"homepage": "https://github.com/oddnetworks/oddworks-brightcove-provider#readme"
"homepage": "https://github.com/oddnetworks/oddworks-brightcove-provider#readme",
"xo": {
"rules": {
"object-property-newline": 0,
"no-use-extend-native/no-use-extend-native": 0
}
}
}

0 comments on commit 915c84e

Please sign in to comment.