1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Tools: Ignore existing components for react-hook rule

This commit is contained in:
Laurent Cozic
2020-01-29 18:03:55 +00:00
parent 73d12e1ed5
commit 759d59c2e6
68 changed files with 139 additions and 20 deletions

View File

@@ -1,3 +1,5 @@
/* eslint-disable enforce-react-hooks/enforce-react-hooks */
const React = require('react');
const { Platform, TouchableOpacity, Linking, View, Switch, StyleSheet, Text, Button, ScrollView, TextInput, Alert } = require('react-native');
const { connect } = require('react-redux');