You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
Tools: Enable eslint rule comma-dangle: always-multiline for functions
This commit is contained in:
@@ -547,7 +547,7 @@ export default class JoplinDatabase extends Database {
|
||||
encryption_cipher_text: 'TEXT NOT NULL DEFAULT ""',
|
||||
encryption_applied: 'INT NOT NULL DEFAULT 0',
|
||||
encryption_blob_encrypted: 'INT NOT NULL DEFAULT 0',
|
||||
})
|
||||
}),
|
||||
);
|
||||
}
|
||||
|
||||
@@ -761,7 +761,7 @@ export default class JoplinDatabase extends Database {
|
||||
encryption_applied: 'INT NOT NULL DEFAULT 0',
|
||||
markup_language: 'INT NOT NULL DEFAULT 1',
|
||||
is_shared: 'INT NOT NULL DEFAULT 0',
|
||||
})
|
||||
}),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user