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:
@@ -28,7 +28,7 @@ ReactNativeAN.scheduleAlarm = async (details) => {
|
||||
const today = new Date();
|
||||
if (past < today) {
|
||||
throw new Error(
|
||||
'failed to schedule alarm because fire date is in the past'
|
||||
'failed to schedule alarm because fire date is in the past',
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user