Hardcode to double quotes, indent to 2 spaces (#5824)
This commit is contained in:
@@ -8,4 +8,4 @@ const defunct = {
|
||||
};
|
||||
|
||||
const { outer: { inner: { three } } } = defunct,
|
||||
other = babelHelpers.objectWithoutProperties(defunct.outer.inner, ['three']);
|
||||
other = babelHelpers.objectWithoutProperties(defunct.outer.inner, ["three"]);
|
||||
|
||||
Reference in New Issue
Block a user