Skip to content

Commit

Permalink
Update .eslintrc.yml
Browse files Browse the repository at this point in the history
Program didn't like extra whitespace.
  • Loading branch information
bbannon authored Nov 30, 2023
1 parent 2ae96d8 commit dbe917e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/linters/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ plugins:
#########
# Rules #
#########
rules: {
rules: {
eqeqeq: ["error", "smart"]
}

Expand Down

0 comments on commit dbe917e

Please sign in to comment.