From 3547018e9f803a5ff747126e16b9ef559c3f95cf Mon Sep 17 00:00:00 2001 From: Husam Salhab <47015061+hsalhab@users.noreply.github.com> Date: Tue, 14 Jul 2020 10:10:18 -0400 Subject: Add linter to Github Actions (#18) * added lint.yml * updated to run on PRs * uses yarn lint * fixed linting error * fixed some more linting --- src/routes/Routes.tsx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'src/routes') diff --git a/src/routes/Routes.tsx b/src/routes/Routes.tsx index bf9b9fbd..98aeff8d 100644 --- a/src/routes/Routes.tsx +++ b/src/routes/Routes.tsx @@ -1,7 +1,13 @@ import React from 'react'; import {createStackNavigator} from '@react-navigation/stack'; -import {Login, Registration, Verification, Profile, Camera} from '../screens/onboarding'; +import { + Login, + Registration, + Verification, + Profile, + Camera, +} from '../screens/onboarding'; export type RootStackParamList = { Login: undefined; @@ -33,8 +39,9 @@ const Routes: React.FC = ({}) => { component={Verification} options={{headerShown: false}} /> - -- cgit v1.2.3-70-g09d2