From 21bd696bc820ca68d6b1d1abb51840e74a584f34 Mon Sep 17 00:00:00 2001 From: Kurund Jalmi Date: Mon, 11 Sep 2023 23:41:04 +0100 Subject: [PATCH] eslint fixes --- .eslintrc.js | 1 + screens/Login.tsx | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 9bf82ca..03176d7 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -25,5 +25,6 @@ module.exports = { 'prettier/prettier': 'error', 'no-unused-vars': 'warn', // Additional rules or overrides can be added here ... + '@typescript-eslint/no-explicit-any': ['off'], }, }; diff --git a/screens/Login.tsx b/screens/Login.tsx index 9abbafe..2b8ca0a 100644 --- a/screens/Login.tsx +++ b/screens/Login.tsx @@ -167,10 +167,10 @@ const styles = StyleSheet.create({ justifyContent: 'flex-start', paddingLeft: SCALE(2), }, - forgotPasswordContainer: { - alignSelf: 'flex-end', - marginTop: SIZES.m6, - }, + // forgotPasswordContainer: { + // alignSelf: 'flex-end', + // marginTop: SIZES.m6, + // }, headerContainer: { backgroundColor: COLORS.primary10, borderRadius: SIZES.r10,