Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
style: re-enable @typescript-eslint/no-use-before-define
Browse files Browse the repository at this point in the history
Fixes #245
  • Loading branch information
coderbyheart committed Jan 26, 2021
1 parent 667a032 commit a7d80bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Expand Up @@ -10,7 +10,8 @@
"@typescript-eslint/strict-boolean-expressions": "off",
"@typescript-eslint/no-unused-expressions": "off",
"no-redeclare": "off",
"@typescript-eslint/no-use-before-define": "off"
"no-use-before-define": "off",
"@typescript-eslint/no-use-before-define": "error"
}
},
{
Expand Down

0 comments on commit a7d80bd

Please sign in to comment.