From 204f3762eedd8028f7d79826dc625eb31bbcb909 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 28 Oct 2022 15:15:03 +0300 Subject: Merge `eslint` configuration from Next version --- vnext/src/ui/Avatar.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vnext/src/ui/Avatar.js') diff --git a/vnext/src/ui/Avatar.js b/vnext/src/ui/Avatar.js index b7ffb102..0ec679df 100644 --- a/vnext/src/ui/Avatar.js +++ b/vnext/src/ui/Avatar.js @@ -6,11 +6,11 @@ import Icon from './Icon'; import './Avatar.css'; /** - * @typedef {Object} AvatarProps + * @typedef {object} AvatarProps * @property {import('../api').User} user - * @property {React.CSSProperties=} style + * @property {import('react').CSSProperties=} style * @property {string=} link - * @property {React.ReactNode=} children + * @property {import('react').ReactNode=} children */ /** -- cgit v1.2.3