Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c0866a1

Browse files
committedMar 31, 2021
change the order of the rules
1 parent 5106093 commit c0866a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ module.exports = {
1111
rules: {
1212
'no-console': 'off',
1313
'import/no-unresolved': 'off',
14+
'jest/unbound-method': 'off',
1415

1516
'testing-library/no-dom-import': 'off',
1617
'testing-library/prefer-screen-queries': 'off',
1718
'testing-library/no-manual-cleanup': 'off',
1819
'testing-library/no-await-sync-events': 'off',
1920
'testing-library/await-fire-event': 'error',
20-
'jest/unbound-method': 'off'
2121
},
2222
}

0 commit comments

Comments
 (0)
Please sign in to comment.