Skip to content

Commit

Permalink
Add lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
RodBrowning committed Jul 14, 2022
1 parent d9dbb35 commit 5258673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"no-multiple-empty-lines": "error",
"no-trailing-spaces": "error",
"react/function-component-definition": [2, { "namedComponents": "arrow-function" }],
"no-plusplus": ["error", { "allowForLoopAfterthoughts": true }],
"sort-imports": [
"error",
{
Expand Down

0 comments on commit 5258673

Please sign in to comment.