Skip to content

Commit

Permalink
Update .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 5, 2021
1 parent 7ea4c57 commit 89d6f84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"extends": [
"plugin:import/errors",
"plugin:import/warnings",
"plugin:ssr-friendly/recommended",
"plugin:unicorn/recommended",
"xo",
"xo/browser",
"plugin:ssr-friendly/recommended"
"xo/browser"
],
"rules": {
"arrow-body-style": "off",
Expand Down

0 comments on commit 89d6f84

Please sign in to comment.