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 21, 2020
1 parent 6b26fa0 commit 0629afe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,15 @@
"sideEffects": false,
"xo": {
"prettier": true,
"ignore": [
"lib",
"doc"
],
"plugins": [
"unicorn"
],
"rules": {
"unicorn/filename-case": "off"
}
},
"ignores": [
"lib",
"doc"
]
}
}

0 comments on commit 0629afe

Please sign in to comment.