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

Commit

Permalink
style: disable @typescript-eslint/no-use-before-define
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Sep 8, 2020
1 parent e730676 commit bd90010
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Expand Up @@ -9,7 +9,8 @@
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/strict-boolean-expressions": "off",
"@typescript-eslint/no-unused-expressions": "off",
"no-redeclare": "off"
"no-redeclare": "off",
"@typescript-eslint/no-use-before-define": "off"
}
},
{
Expand Down

0 comments on commit bd90010

Please sign in to comment.