1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-05 22:57:29 +02:00

Tools: Added prefer-default-export eslint rule

This commit is contained in:
Laurent Cozic
2020-06-02 20:13:15 +00:00
parent dd557f66a5
commit 560db37025
14 changed files with 322 additions and 16 deletions

View File

@@ -1,8 +1,8 @@
import { RNCamera } from 'react-native-camera';
const React = require('react');
const Component = React.Component;
const { connect } = require('react-redux');
const { View, TouchableOpacity, Text, Dimensions } = require('react-native');
import { RNCamera } from 'react-native-camera';
const Icon = require('react-native-vector-icons/Ionicons').default;
const { _ } = require('lib/locale.js');
const { shim } = require('lib/shim');