js: Remove /* eslint indent: "off" */ comments.

The time has come to dedent these files.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg 2019-10-25 00:15:16 -07:00 committed by Tim Abbott
parent 8c065d1fcd
commit 5f590d3500
7 changed files with 1051 additions and 1061 deletions

View File

@ -1,5 +1,3 @@
/* eslint indent: "off" */
var bot_data = (function () {
var exports = {};

View File

@ -1,5 +1,3 @@
/* eslint indent: "off" */
var LightboxCanvas = (function () {
var events = {
documentMouseup: [],

View File

@ -1,5 +1,3 @@
/* eslint indent: "off" */
var list_render = (function () {
var exports = {};

View File

@ -1,4 +1,3 @@
/* eslint indent: "off" */
import SimpleBar from 'simplebar';
import {activate_correct_tab} from './tabbed-instructions.js';

View File

@ -1,4 +1,3 @@
/* eslint indent: "off" */
var realm_icon = (function () {
var exports = {};

View File

@ -1,4 +1,3 @@
/* eslint indent: "off" */
var realm_logo = (function () {
var exports = {};

View File

@ -1,4 +1,3 @@
/* eslint indent: "off" */
var upload_widget = (function () {
var exports = {};