Skip to content

Commit

Permalink
add @debt comments for eslint rulesets to enable in future
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdevalias committed May 4, 2021
1 parent 1095327 commit b143afa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
"plugins": ["@typescript-eslint"],
"extends": [
"react-app",
// "eslint:recommended", // @debt enable this + fix the issues in a standalone PR
// "plugin:@typescript-eslint/recommended", // @debt enable this + fix the issues in a standalone PR
// "plugin:@typescript-eslint/recommended-requiring-type-checking", // @debt enable this + fix the issues in a standalone PR
"plugin:react/recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:react-hooks/recommended"
],
"rules": {
Expand Down

0 comments on commit b143afa

Please sign in to comment.