Skip to content

Commit

Permalink
😒 chore(xo): Fix config.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Nov 20, 2020
1 parent 27629dc commit 8078205
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@
"sideEffects": false,
"xo": {
"prettier": true,
"ignore": [
"lib",
"doc"
],
"plugins": [
"unicorn"
],
Expand All @@ -113,6 +109,10 @@
]
}
}
],
"ignores": [
"lib",
"doc"
]
}
}

0 comments on commit 8078205

Please sign in to comment.