Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a06815a

Browse files
chore(lint): disable unbound-method rule (#214)
* chore(lint): disable unbound-method rule * change the order of the rules
1 parent 7bef579 commit a06815a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎.eslintrc.js‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ 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',

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /