Skip to content

Commit 63f642f

Browse files
committed
Add eslintrc
1 parent 261dd37 commit 63f642f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ module.exports = {
2828
"imports": "never",
2929
"exports": "never",
3030
"functions": "never"
31-
}]
31+
}],
32+
'standard/no-callback-literal': 0,
3233
}
3334
};

0 commit comments

Comments
 (0)