Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak committed Feb 5, 2024
1 parent 6f2a6ac commit 69f8325
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/screens/QRScreen/QRScreen.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, {useEffect, useRef, useState,} from 'react';
import {Text, Linking, useWindowDimensions} from 'react-native';
import {Text, useWindowDimensions} from 'react-native';
import { View, StyleSheet } from 'react-native';

import { ConfirmModal } from '../../components';
Expand Down Expand Up @@ -176,6 +176,7 @@ const stylez = StyleSheet.create({
alignItems: 'center',
justifyContent: 'center',
},
// eslint-disable-next-line react-native/no-color-literals
rectangle: {
height: 250,
width: 250,
Expand Down
1 change: 1 addition & 0 deletions config.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
// The URL for Verifier Plus
// @ts-expect-error

Check failure on line 2 in config.ts

View workflow job for this annotation

GitHub Actions / lint (20.x)

Unused '@ts-expect-error' directive.
export const VERIFIER_PLUS_URL = process.env['VERIFIER_PLUS_URL'] || 'https://verifierplus.org';

0 comments on commit 69f8325

Please sign in to comment.