Skip to content

Commit

Permalink
fix(xo): better integration with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
luftywiranda13 committed Mar 17, 2018
1 parent bf695f4 commit 47593f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@
},
"prettier": {
"bracketSpacing": true,
"singleQuote": true,
"useTabs": false
"singleQuote": true
},
"xo": {
"envs": [
"jest"
],
"prettier": true
"prettier": true,
"space": true
},
"keywords": []
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
},
"prettier": {
"bracketSpacing": true,
"singleQuote": true,
"useTabs": false
"singleQuote": true
},
"xo": {
"envs": [
Expand All @@ -65,7 +64,8 @@
"ignores": [
"app/templates/**"
],
"prettier": true
"prettier": true,
"space": true
},
"keywords": [
"yeoman-generator",
Expand Down

0 comments on commit 47593f3

Please sign in to comment.