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/Button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnext/src/ui/Button.js') diff --git a/vnext/src/ui/Button.js b/vnext/src/ui/Button.js index 62e772b9..3e49224d 100644 --- a/vnext/src/ui/Button.js +++ b/vnext/src/ui/Button.js @@ -3,7 +3,7 @@ import { memo } from 'react'; import './Button.css'; /** - * @param {React.ClassAttributes & React.ButtonHTMLAttributes} props + * @param {import('react').ClassAttributes & import('react').ButtonHTMLAttributes} props */ function Button(props) { return ( -- cgit v1.2.3