Unify ESLint and Prettier across xplat/yoga
(#1335)
Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1335 Reviewed By: christophpurrer Differential Revision: D47459866 fbshipit-source-id: a583da91ea0f3c6a01917edc5ecf57eb177b2544
This commit is contained in:
committed by
Facebook GitHub Bot
parent
05b2edfb85
commit
4b2b1e86b7
@@ -16,10 +16,10 @@ import './YogaPositionEditor.css';
|
||||
type Property = 'position' | 'margin' | 'padding' | 'border';
|
||||
|
||||
type Props = {
|
||||
value: PositionRecordType,
|
||||
property: Property,
|
||||
disabled?: boolean,
|
||||
onChange: (property: Property, value: PositionRecordType) => void,
|
||||
value: PositionRecordType;
|
||||
property: Property;
|
||||
disabled?: boolean;
|
||||
onChange: (property: Property, value: PositionRecordType) => void;
|
||||
};
|
||||
|
||||
export default class YogaPositionEditor extends Component<Props> {
|
||||
|
Reference in New Issue
Block a user