You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
Tools: Apply linter
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
|
import ShareExtension, { SharedData } from './ShareExtension';
|
||||||
|
|
||||||
const Note = require('lib/models/Note.js');
|
const Note = require('lib/models/Note.js');
|
||||||
const checkPermissions = require('lib/checkPermissions.js').default;
|
const checkPermissions = require('lib/checkPermissions.js').default;
|
||||||
const { ToastAndroid } = require('react-native');
|
const { ToastAndroid } = require('react-native');
|
||||||
const { PermissionsAndroid } = require('react-native');
|
const { PermissionsAndroid } = require('react-native');
|
||||||
|
|
||||||
import ShareExtension, { SharedData } from './ShareExtension';
|
|
||||||
|
|
||||||
export default async (sharedData: SharedData, folderId: string, dispatch: Function) => {
|
export default async (sharedData: SharedData, folderId: string, dispatch: Function) => {
|
||||||
|
|
||||||
if (!!sharedData.resources && sharedData.resources.length > 0) {
|
if (!!sharedData.resources && sharedData.resources.length > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user