Skip to content

Commit 9b0c35d

Browse files
committed
update eslint
1 parent bf21ebd commit 9b0c35d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslintrc.js

+2
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,7 @@ module.exports = {
5656
'class-methods-use-this': 'off',
5757

5858
'global-require': 'off',
59+
60+
'func-names': ['error', 'never'],
5961
}
6062
}

0 commit comments

Comments
 (0)