Enable @typescript-eslint/explicit-member-accessibility on /src (#9785)
* Enable `@typescript-eslint/explicit-member-accessibility` on /src * Prettier
This commit is contained in:
@@ -47,7 +47,7 @@ export default class NodeAnimator extends React.Component<IProps> {
|
||||
startStyles: [],
|
||||
};
|
||||
|
||||
constructor(props: IProps) {
|
||||
public constructor(props: IProps) {
|
||||
super(props);
|
||||
|
||||
this.updateChildren(this.props.children);
|
||||
|
||||
Reference in New Issue
Block a user