You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-03 23:50:33 +02:00
Chore: Implement eslint rule no-unused-expressions
(#11533)
This commit is contained in:
@ -139,4 +139,5 @@ export function getStyleSheets(doc: Document) {
|
||||
|
||||
// Required to run in Firefox with tabs.executeScript. See
|
||||
// https://stackoverflow.com/a/44774834
|
||||
// eslint-disable-next-line no-unused-expressions -- Old code before rule was applied
|
||||
undefined;
|
||||
|
Reference in New Issue
Block a user