mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-03 05:47:10 +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:
@@ -14,8 +14,7 @@ Parse an XLSX file into tiddlers
|
||||
*/
|
||||
exports["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"] = function(text,fields) {
|
||||
// Collect output tiddlers in an array
|
||||
var results = [],
|
||||
XLSXImporter = require("$:/plugins/tiddlywiki/xlsx-utils/importer.js").XLSXImporter,
|
||||
var XLSXImporter = require("$:/plugins/tiddlywiki/xlsx-utils/importer.js").XLSXImporter,
|
||||
importer = new XLSXImporter({
|
||||
text: text,
|
||||
wiki: $tw.wiki
|
||||
|
||||
Reference in New Issue
Block a user