Skip to content

Commit

Permalink
chore: disable testing-library/no-debugging-utils rule
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Mucha <[email protected]>
  • Loading branch information
drptbl committed Oct 7, 2022
1 parent 10a4e23 commit aa370d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ module.exports = {
rules: {
'no-debugger': 0,
'no-console': 0,
'testing-library/no-debugging-utils': 0,
},
};

0 comments on commit aa370d3

Please sign in to comment.