1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +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 { StyleSheet } = require('react-native');