You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-27 23:28:38 +02:00
Tools: Enable eslint rule "comma-spacing"
This commit is contained in:
@ -66,7 +66,7 @@ export interface PluginSettings {
|
||||
|
||||
function makePluginId(source: string): string {
|
||||
// https://www.npmjs.com/package/slug#options
|
||||
return uslug(source).substr(0,32);
|
||||
return uslug(source).substr(0, 32);
|
||||
}
|
||||
|
||||
export default class PluginService extends BaseService {
|
||||
|
Reference in New Issue
Block a user