Skip to content

Commit

Permalink
Remove superfluous xo rules
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 1, 2019
1 parent b564a34 commit 48d2548
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ function format(options) {

return root

// eslint-disable-next-line complexity
function visitor(node, parents) {
var children = node.children || []
var length = children.length
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@
"xo": {
"prettier": true,
"esnext": false,
"rules": {
"complexity": "off"
},
"ignores": [
"rehype-format.js"
]
Expand Down

0 comments on commit 48d2548

Please sign in to comment.