ljharb on master
[eslint config] [base] [patch] … [eslint config] [patch] extend … Merge pull request #1996 from r… (compare)
ljharb on master
[editorial] [react] fix typo [eslint config] [*] [deps] upda… (compare)
Heya, I need to replace this object
klass {
lockScalingX: true,
lockScalingY: true,
lockMovementX: true,
lockMovementY: true,
originX: 'center',
originY: 'center',
centeredRotation: false,
}
To this
{
lockScalingX: true,
lockScalingY: true,
lockMovementX: true,
lockMovementY: true,
originX: 'center',
originY: 'center',
centeredRotation: false,
}
Need to remove klass. How can i do it?
background
(or background-image
) can be transitioned "painlessly" for FF, IE and the likes? it seems ages passed since webkit browsers started supporting this, but still no sign of native support for gecko and the .. ehrm others with the I word :D
eslint
error ^, why this rule is as such (morgan makes sense as a devdependency for me) & how can I overwrite it?
document
, you have to set browser: true
in your env
settings, if that applies to your project