mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-03 10:28:07 +00:00
Fixes ESLint errors (#9668)
* fix: apply automatic eslint fixes * lint: allow hashbang comment for tiddlywiki.js * lint: first back of manual lint fixes for unused vars * lint: added more fixes for unused vars * lint: missed files * lint: updated eslint config with selected rules from #9669
This commit is contained in:
@@ -54,7 +54,7 @@ exports.serialize = function (tree,serialize) {
|
||||
result.push(markerPrefix + currentMarker + classAttr + " " + content.join("").trim());
|
||||
content = [];
|
||||
}
|
||||
result.push(serializeList(subNode, markerPrefix + currentMarker).trim())
|
||||
result.push(serializeList(subNode, markerPrefix + currentMarker).trim());
|
||||
} else {
|
||||
content.push(serialize(subNode)) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user