Add comment to disable indent rule

This commit is contained in:
Leilei332 2025-12-05 16:17:00 +08:00
parent 4c27c09b4d
commit ac172d77a7

View file

@ -8,6 +8,8 @@ On the server this file is executed directly to boot TiddlyWiki. In the browser,
\*/
/* eslint-disable @stylistic/indent */
var _boot = (function($tw) {
/*jslint node: true, browser: true */
@ -2801,6 +2803,8 @@ return $tw;
});
/* eslint-enable @stylistic/indent */
if(typeof(exports) !== "undefined") {
exports.TiddlyWiki = _boot;
} else {