From c1a8bfa68cd9e93bdee795ef292b1ddeb1f238c3 Mon Sep 17 00:00:00 2001 From: ilyayudovin Date: Sat, 6 Jun 2020 19:57:15 +0300 Subject: style: configure eslint --- src/index.tsx | 1 - src/react-app-env.d.ts | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/index.tsx b/src/index.tsx index 563cfb7..fa9a15a 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -5,4 +5,3 @@ ReactDOM.render(

Hello, world!

, document.getElementById('root') ); - diff --git a/src/react-app-env.d.ts b/src/react-app-env.d.ts index 6431bc5..c7466ce 100644 --- a/src/react-app-env.d.ts +++ b/src/react-app-env.d.ts @@ -1 +1,2 @@ +// eslint-disable-next-line /// -- cgit v1.2.3