mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-23 13:52:28 -07:00
* 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
11 lines
137 B
JavaScript
11 lines
137 B
JavaScript
/*\
|
|
title: transitive/a.js
|
|
type: application/javascript
|
|
module-type: library
|
|
|
|
Transitive test A
|
|
|
|
\*/
|
|
|
|
exports.foo = require("./b").foo;
|
|
|