diff options
author | ilyayudovin <46264063+ilyayudovin@users.noreply.github.com> | 2020-06-06 20:06:16 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-06 20:06:16 +0300 |
commit | 7b932411d847a85f42015eb39d55b457675c714e (patch) | |
tree | 2a4e2bc89116105ae269e83b30c966fab0f0c19f /src | |
parent | bdf533b43a6b9fab5420c86716c9611ce857d761 (diff) | |
parent | c1a8bfa68cd9e93bdee795ef292b1ddeb1f238c3 (diff) | |
download | which-ui-7b932411d847a85f42015eb39d55b457675c714e.tar.gz |
Merge pull request #7 from ilyayudovin/eslint
Configure eslint
Diffstat (limited to 'src')
-rw-r--r-- | src/index.tsx | 1 | ||||
-rw-r--r-- | src/react-app-env.d.ts | 1 |
2 files changed, 1 insertions, 1 deletions
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( <h1> Hello, world! </h1>, 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 /// <reference types="react-scripts" /> |