You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-24 23:26:50 +02:00
Tools: Apply rule @typescript-eslint/type-annotation-spacing
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { Pagination } from './types';
|
||||
|
||||
export default function(pagination:Pagination):string {
|
||||
const sql:string[] = [];
|
||||
export default function(pagination: Pagination): string {
|
||||
const sql: string[] = [];
|
||||
|
||||
for (let i = 0; i < pagination.order.length; i++) {
|
||||
const o = pagination.order[i];
|
||||
|
Reference in New Issue
Block a user