diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-05-28 01:10:54 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-05-28 13:46:36 +0200 |
commit | 08bd3dc0e8a3c2370e4e8abbaa241eaafc144f4c (patch) | |
tree | 9a55a5734718e7c278ccb24733425184fb8cea34 /src/components.ts | |
parent | 7fff4499fd915bcea3fa93b1aa8b35f4fe7a6027 (diff) |
add linting rules and fix them
Diffstat (limited to 'src/components.ts')
-rw-r--r-- | src/components.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components.ts b/src/components.ts index bef3cff42..9d1127e99 100644 --- a/src/components.ts +++ b/src/components.ts @@ -17,7 +17,7 @@ /** * General helper React components. - * + * * @author Florian Dold */ |