Skip to content

Commit

Permalink
chore(eslint): change 2 rules from error to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mportuga authored Oct 20, 2022
1 parent da6005a commit 7ede183
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 @@ -103,14 +103,14 @@
"always"
],
"space-before-function-paren": [
2,
1,
{
"anonymous": "ignore",
"named": "never"
}
],
"spaced-comment": [
2,
1,
"always"
],
"space-infix-ops": 1,
Expand Down

0 comments on commit 7ede183

Please sign in to comment.