Skip to content

Commit

Permalink
Merge pull request #182 from glific/error-fixes
Browse files Browse the repository at this point in the history
eslint fixes
  • Loading branch information
kurund authored Sep 12, 2023
2 parents 8c2591f + d2e71e4 commit b80ba24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
},
};
8 changes: 4 additions & 4 deletions screens/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b80ba24

Please sign in to comment.