mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-03-07 15:16:40 +08:00
Fix ESLint rules
This commit is contained in:
parent
30e07a9c3b
commit
b6668a8eeb
@ -5,6 +5,7 @@ module.exports = {
|
||||
const args = node.arguments
|
||||
if (
|
||||
node.callee.name === 'test' &&
|
||||
args.length >= 2 &&
|
||||
args[0].type === 'Literal' &&
|
||||
args[1].type === 'ArrowFunctionExpression'
|
||||
) {
|
||||
|
Loading…
Reference in New Issue
Block a user