标签: javascript bcrypt linter
我有这段代码,但是由于=>,当我上到GitHub时,Travis CI一直拒绝使用它,但是我不确定如何重写它以便通过。另外,我在linter文件中确实将es6列为true
=>
bcrypt.compare(password, hash, err, pwMatches) => { console.log("I'm the password manager", pwMatches); }