Skip to content

Commit

Permalink
Remove unneeded xo suppression. (#1238)
Browse files Browse the repository at this point in the history
Signed-off-by: XhmikosR <[email protected]>
  • Loading branch information
XhmikosR authored May 9, 2020
1 parent bdde1e6 commit 9b70e6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@
"unicorn/prefer-number-properties": "off",
"unicorn/prefer-query-selector": "off",
"unicorn/prefer-string-slice": "off",
"unicorn/prevent-abbreviations": "off",
"unicorn/string-content": "off"
"unicorn/prevent-abbreviations": "off"
}
}
}

0 comments on commit 9b70e6d

Please sign in to comment.