Fix lint
This commit is contained in:
parent
7270e328eb
commit
ddeee741b2
|
@ -2,7 +2,7 @@ import React from 'react';
|
|||
import PropTypes from 'prop-types';
|
||||
import { View, StyleSheet, TouchableOpacity, Text, Alert, Clipboard } from 'react-native';
|
||||
import { emojify } from 'react-emojione';
|
||||
import Markdown from 'react-native-easy-markdown'; // eslint-disable-line
|
||||
import Markdown from 'react-native-easy-markdown';
|
||||
import ActionSheet from 'react-native-actionsheet';
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
|
|
|
@ -104,7 +104,7 @@ const messagesSchema = {
|
|||
_updatedAt: { type: 'date', optional: true },
|
||||
temp: { type: 'bool', optional: true },
|
||||
pinned: { type: 'bool', optional: true },
|
||||
starred: { type: 'bool', optional: true },
|
||||
starred: { type: 'bool', optional: true }
|
||||
}
|
||||
};
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue