Skip to content

Commit

Permalink
No array needed for XO config
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Mar 25, 2017
1 parent 03ea81f commit 350a082
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
"node": ">=6.9.0"
},
"xo": {
"extends": [
"prettier"
]
"extends": "prettier"
},
"lint-staged": {
"*.js": [
Expand Down

0 comments on commit 350a082

Please sign in to comment.