We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf21ebd commit 9b0c35dCopy full SHA for 9b0c35d
.eslintrc.js
@@ -56,5 +56,7 @@ module.exports = {
56
'class-methods-use-this': 'off',
57
58
'global-require': 'off',
59
+
60
+ 'func-names': ['error', 'never'],
61
}
62
0 commit comments