We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261dd37 commit 63f642fCopy full SHA for 63f642f
.eslintrc.js
@@ -28,6 +28,7 @@ module.exports = {
28
"imports": "never",
29
"exports": "never",
30
"functions": "never"
31
- }]
+ }],
32
+ 'standard/no-callback-literal': 0,
33
}
34
};
0 commit comments