Remove no-non-null-assertion

This commit is contained in:
Gerzon Z 2021-10-13 11:59:16 -04:00
parent 0242fb14f8
commit 086d13b4ef
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/no-non-null-assertion */
import React from 'react';
import { StyleSheet, Text, View } from 'react-native';
import Touchable from 'react-native-platform-touchable';

View File

@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/no-non-null-assertion */
import React, { useEffect, useState } from 'react';
import { FlatList } from 'react-native';
import { useSelector } from 'react-redux';