Update prettier, eslint + plugins, flow, husky and lint-staged (#6183)
This commit is contained in:
@@ -38,7 +38,7 @@ export default function({ types: t, template }) {
|
||||
}
|
||||
}
|
||||
|
||||
function pushMutatorDefine({ objId, body, getMutatorId, scope }, prop) {
|
||||
function pushMutatorDefine({ body, getMutatorId, scope }, prop) {
|
||||
let key =
|
||||
!prop.computed && t.isIdentifier(prop.key)
|
||||
? t.stringLiteral(prop.key.name)
|
||||
|
||||
Reference in New Issue
Block a user