Skip to content

Commit

Permalink
Update a few eslint rules around spacing. (#3864)
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 authored Aug 9, 2023
1 parent 46e6e12 commit 50c9dbf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
"omitLastInOneLineBlock": true
}
],
"no-trailing-spaces": 0,
"no-trailing-spaces": 1,
"no-else-return": 2,
"no-extra-bind": 0,
"no-implicit-coercion": 0,
"no-useless-call": 0,
"no-return-assign": 0,
"eol-last": 0,
"eol-last": 1,
"no-unused-vars": 0,
"no-extra-semi": 0,
"comma-dangle": 2,
Expand Down Expand Up @@ -86,6 +86,7 @@
"after": true
}
],
"space-infix-ops": 1,
"padding-line-between-statements": [
"error",
{
Expand Down

0 comments on commit 50c9dbf

Please sign in to comment.