Skip to content

Commit

Permalink
chore(eslint): disable testing library rule
Browse files Browse the repository at this point in the history
  • Loading branch information
samtjo committed Apr 8, 2022
1 parent e52855d commit 62f55ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@
"jest/expect-expect": "off",
"react/prefer-stateless-function": "off",
"no-use-before-define": "off",
"@typescript-eslint/no-use-before-define": ["error"]
"@typescript-eslint/no-use-before-define": ["error"],
"jest-dom/prefer-to-have-attribute": "off"
}
}
]
Expand Down

0 comments on commit 62f55ca

Please sign in to comment.