From 2c5fa193541eb8b74974731d01312f73951bca17 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 18 Apr 2020 20:26:32 +0300 Subject: style: correct some errors with eslint --fix --- src/react-app-env.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/react-app-env.d.ts') diff --git a/src/react-app-env.d.ts b/src/react-app-env.d.ts index 6431bc5..30da896 100644 --- a/src/react-app-env.d.ts +++ b/src/react-app-env.d.ts @@ -1 +1 @@ -/// +// / -- cgit v1.2.3 From a31244374f5609e89d8ff22e4111ab04d94886a2 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 18 Apr 2020 21:11:52 +0300 Subject: fix: disable linting for env.d.ts --- src/react-app-env.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/react-app-env.d.ts') diff --git a/src/react-app-env.d.ts b/src/react-app-env.d.ts index 30da896..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