Skip to content

Commit 78e321a

Browse files
committed
Enable recommended rules at error level
1 parent 21d092a commit 78e321a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ module.exports = {
1414
recommended: {
1515
plugins: ['testing-library'],
1616
rules: {
17-
'testing-library/await-async-query': 'warn',
18-
'testing-library/no-await-sync-query': 'warn',
17+
'testing-library/await-async-query': 'error',
18+
'testing-library/no-await-sync-query': 'error',
1919
},
2020
},
2121
},

0 commit comments

Comments
 (0)