Skip to content

Commit

Permalink
update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
victorbalssa committed Jan 30, 2023
1 parent ea375e6 commit 1635161
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
"react/prop-types": "off",
"max-len": "off",
"react/style-prop-object": "off",
"@typescript-eslint/no-empty-function": "off"
"@typescript-eslint/no-empty-function": "off",
"no-use-before-define": "off",
"@typescript-eslint/no-use-before-define": ["error"]
}
}

0 comments on commit 1635161

Please sign in to comment.